Html Css Color HEX #12669B Cerulean

📋 copy color: '#12669B'

red 18 ◦ green 102 ◦ blue 155

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

Shades of Cerulean #12669B

Tints of Cerulean #12669B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 37.09%

 BLUE value IS 155 (60.94% from 255) = 56.36%

R = 6.55%
G = 37.09%
B = 56.36%

CMYK

 C value IS 0.88

 M value IS 0.34

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#12669B (or 0x12669B) is known color: Cerulean. HEX triplet: 12, 66 and 9B. RGB value is (18,102,155). Sum of RGB (Red+Green+Blue) = 18+102+155=275 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.55% from 275); Green value is 102 (40.23% from 255 or 37.09% from 275); Blue value is 155 (60.94% from 255 or 56.36% from 275); Max value from RGB is 155 - color contains mainly: blue. Hex color #12669B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #12669B is #ED9964. Grayscale: #525252. Windows color (decimal): -15571301 or 10184210. OLE color: 10184210.

HSL color Cylindrical-coordinate representation of color #12669B: hue angle of 203.21º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12669B is Cyan = 0.88, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 18 102 155 -
CMYK 0.88 0.34 0 0.39
HSL 203.21º 0.79% 0.34% -
HSV(B) 203.21º 0.88% 0.61% -
XYZ 10.92 12 32.75 -
YUV 82.93 168.67 81.69 -
System Red Green Blue C M Y K H S L
Decimal 18 102 155 0.88 0.34 0 0.39 203.21 0.79 0.34
Hex 12 66 9B 58 22 0 27 CB 4F 22
Octal 22 146 233 130 42 0 47 313 117 42
Binary 10010 1100110 10011011 1011000 100010 0 100111 11001011 1001111 100010

Color Harmonies of #12669B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12669B

Black with #12669B

Text Example


Text Example

White with #12669B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12669B; }

 p { color: rgb(18,102,155); }

 H1.HeaderClassName
 {
   color: #12669B;
 }
 .AnyTagClassName
 {
   color: #12669B;
 }
</style>

background-color css

<style>
 a { background-color: #12669B; }

 a { background-color: rgb(18,102,155); }

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

border-color css

<style>
 span { border-color: #12669B; }

 span { border-color: rgb(18,102,155); }

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