Html Css Color HEX #12669D Cerulean

📋 copy color: '#12669D'

red 18 ◦ green 102 ◦ blue 157

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

Shades of Cerulean #12669D

Tints of Cerulean #12669D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 56.68%

R = 6.5%
G = 36.82%
B = 56.68%

CMYK

 C value IS 0.89

 M value IS 0.35

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#12669D (or 0x12669D) is known color: Cerulean. HEX triplet: 12, 66 and 9D. RGB value is (18,102,157). Sum of RGB (Red+Green+Blue) = 18+102+157=277 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.50% from 277); Green value is 102 (40.23% from 255 or 36.82% from 277); Blue value is 157 (61.72% from 255 or 56.68% from 277); Max value from RGB is 157 - color contains mainly: blue. Hex color #12669D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #12669D is #ED9962. Grayscale: #525252. Windows color (decimal): -15571299 or 10315282. OLE color: 10315282.

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

Color convert

RGB 18 102 157 -
CMYK 0.89 0.35 0 0.38
HSL 203.74º 0.79% 0.34% -
HSV(B) 203.74º 0.89% 0.62% -
XYZ 11.09 12.07 33.64 -
YUV 83.15 169.67 81.53 -
System Red Green Blue C M Y K H S L
Decimal 18 102 157 0.89 0.35 0 0.38 203.74 0.79 0.34
Hex 12 66 9D 59 23 0 26 CC 4F 22
Octal 22 146 235 131 43 0 46 314 117 42
Binary 10010 1100110 10011101 1011001 100011 0 100110 11001100 1001111 100010

Color Harmonies of #12669D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12669D

Black with #12669D

Text Example


Text Example

White with #12669D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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