Html Css Color HEX #1255BA Denim

📋 copy color: '#1255BA'

red 18 ◦ green 85 ◦ blue 186

#1255BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Denim #1255BA

Tints of Denim #1255BA

RGB

 RED value IS 18 (7.42% from 255) = 6.23%

 GREEN value IS 85 (33.59% from 255) = 29.41%

 BLUE value IS 186 (73.05% from 255) = 64.36%

R = 6.23%
G = 29.41%
B = 64.36%

CMYK

 C value IS 0.90

 M value IS 0.54

 Y value IS 0

 K value IS 0.27

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#1255BA (or 0x1255BA) is known color: Denim. HEX triplet: 12, 55 and BA. RGB value is (18,85,186). Sum of RGB (Red+Green+Blue) = 18+85+186=289 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.23% from 289); Green value is 85 (33.59% from 255 or 29.41% from 289); Blue value is 186 (73.05% from 255 or 64.36% from 289); Max value from RGB is 186 - color contains mainly: blue. Hex color #1255BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1255BA is #EDAA45. Grayscale: #4C4C4C. Windows color (decimal): -15575622 or 12211474. OLE color: 12211474.

HSL color Cylindrical-coordinate representation of color #1255BA: hue angle of 216.07º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1255BA is Cyan = 0.90, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 18 85 186 -
CMYK 0.90 0.54 0 0.27
HSL 216.07º 0.82% 0.4% -
HSV(B) 216.07º 0.9% 0.73% -
XYZ 12.36 10.17 47.77 -
YUV 76.48 189.8 86.29 -
System Red Green Blue C M Y K H S L
Decimal 18 85 186 0.90 0.54 0 0.27 216.07 0.82 0.4
Hex 12 55 BA 5A 36 0 1B D8 52 28
Octal 22 125 272 132 66 0 33 330 122 50
Binary 10010 1010101 10111010 1011010 110110 0 11011 11011000 1010010 101000

Color Harmonies of #1255BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1255BA

Black with #1255BA

Text Example


Text Example

White with #1255BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1255BA; }

 p { color: rgb(18,85,186); }

 H1.HeaderClassName
 {
   color: #1255BA;
 }
 .AnyTagClassName
 {
   color: #1255BA;
 }
</style>

background-color css

<style>
 a { background-color: #1255BA; }

 a { background-color: rgb(18,85,186); }

 div.DivClassName
 {
   background-color: #1255BA;
 }
 .BgClassName
 {
   background-color: #1255BA;
 }
</style>

border-color css

<style>
 span { border-color: #1255BA; }

 span { border-color: rgb(18,85,186); }

 td.TdClassName
 {
   border-color: #1255BA;
 }
 .TagClassName
 {
   border-color: #1255BA;
 }
</style>