Html Css Color HEX #12679B Cerulean

📋 copy color: '#12679B'

red 18 ◦ green 103 ◦ blue 155

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

Shades of Cerulean #12679B

Tints of Cerulean #12679B

RGB

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

 GREEN value IS 103 (40.63% from 255) = 37.32%

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

R = 6.52%
G = 37.32%
B = 56.16%

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

#12679B (or 0x12679B) is known color: Cerulean. HEX triplet: 12, 67 and 9B. RGB value is (18,103,155). Sum of RGB (Red+Green+Blue) = 18+103+155=276 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.52% from 276); Green value is 103 (40.62% from 255 or 37.32% from 276); Blue value is 155 (60.94% from 255 or 56.16% from 276); Max value from RGB is 155 - color contains mainly: blue. Hex color #12679B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #12679B is #ED9864. Grayscale: #535353. Windows color (decimal): -15571045 or 10184466. OLE color: 10184466.

HSL color Cylindrical-coordinate representation of color #12679B: hue angle of 202.77º 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 #12679B is Cyan = 0.88, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 18 103 155 -
CMYK 0.88 0.34 0 0.39
HSL 202.77º 0.79% 0.34% -
HSV(B) 202.77º 0.88% 0.61% -
XYZ 11.02 12.2 32.78 -
YUV 83.51 168.34 81.27 -
System Red Green Blue C M Y K H S L
Decimal 18 103 155 0.88 0.34 0 0.39 202.77 0.79 0.34
Hex 12 67 9B 58 22 0 27 CB 4F 22
Octal 22 147 233 130 42 0 47 313 117 42
Binary 10010 1100111 10011011 1011000 100010 0 100111 11001011 1001111 100010

Color Harmonies of #12679B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12679B

Black with #12679B

Text Example


Text Example

White with #12679B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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