Html Css Color HEX #12719B Cerulean

📋 copy color: '#12719B'

red 18 ◦ green 113 ◦ blue 155

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

Shades of Cerulean #12719B

Tints of Cerulean #12719B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 39.51%

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

R = 6.29%
G = 39.51%
B = 54.2%

CMYK

 C value IS 0.88

 M value IS 0.27

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#12719B (or 0x12719B) is known color: Cerulean. HEX triplet: 12, 71 and 9B. RGB value is (18,113,155). Sum of RGB (Red+Green+Blue) = 18+113+155=286 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.29% from 286); Green value is 113 (44.53% from 255 or 39.51% from 286); Blue value is 155 (60.94% from 255 or 54.20% from 286); Max value from RGB is 155 - color contains mainly: blue. Hex color #12719B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #12719B is #ED8E64. Grayscale: #595959. Windows color (decimal): -15568485 or 10187026. OLE color: 10187026.

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

Color convert

RGB 18 113 155 -
CMYK 0.88 0.27 0 0.39
HSL 198.39º 0.79% 0.34% -
HSV(B) 198.39º 0.88% 0.61% -
XYZ 12.07 14.31 33.14 -
YUV 89.38 165.03 77.08 -
System Red Green Blue C M Y K H S L
Decimal 18 113 155 0.88 0.27 0 0.39 198.39 0.79 0.34
Hex 12 71 9B 58 1B 0 27 C6 4F 22
Octal 22 161 233 130 33 0 47 306 117 42
Binary 10010 1110001 10011011 1011000 11011 0 100111 11000110 1001111 100010

Color Harmonies of #12719B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12719B

Black with #12719B

Text Example


Text Example

White with #12719B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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