Html Css Color HEX #12669F Cerulean

📋 copy color: '#12669F'

red 18 ◦ green 102 ◦ blue 159

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

Shades of Cerulean #12669F

Tints of Cerulean #12669F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 56.99%

R = 6.45%
G = 36.56%
B = 56.99%

CMYK

 C value IS 0.89

 M value IS 0.36

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#12669F (or 0x12669F) is known color: Cerulean. HEX triplet: 12, 66 and 9F. RGB value is (18,102,159). Sum of RGB (Red+Green+Blue) = 18+102+159=279 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.45% from 279); Green value is 102 (40.23% from 255 or 36.56% from 279); Blue value is 159 (62.5% from 255 or 56.99% from 279); Max value from RGB is 159 - color contains mainly: blue. Hex color #12669F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #12669F is #ED9960. Grayscale: #535353. Windows color (decimal): -15571297 or 10446354. OLE color: 10446354.

HSL color Cylindrical-coordinate representation of color #12669F: hue angle of 204.26º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12669F is Cyan = 0.89, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 18 102 159 -
CMYK 0.89 0.36 0 0.38
HSL 204.26º 0.8% 0.35% -
HSV(B) 204.26º 0.89% 0.62% -
XYZ 11.26 12.13 34.55 -
YUV 83.38 170.67 81.37 -
System Red Green Blue C M Y K H S L
Decimal 18 102 159 0.89 0.36 0 0.38 204.26 0.8 0.35
Hex 12 66 9F 59 24 0 26 CC 50 23
Octal 22 146 237 131 44 0 46 314 120 43
Binary 10010 1100110 10011111 1011001 100100 0 100110 11001100 1010000 100011

Color Harmonies of #12669F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12669F

Black with #12669F

Text Example


Text Example

White with #12669F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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