Html Css Color HEX #12729B Cerulean

📋 copy color: '#12729B'

red 18 ◦ green 114 ◦ blue 155

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

Shades of Cerulean #12729B

Tints of Cerulean #12729B

RGB

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

 GREEN value IS 114 (44.92% from 255) = 39.72%

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

R = 6.27%
G = 39.72%
B = 54.01%

CMYK

 C value IS 0.88

 M value IS 0.26

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#12729B (or 0x12729B) is known color: Cerulean. HEX triplet: 12, 72 and 9B. RGB value is (18,114,155). Sum of RGB (Red+Green+Blue) = 18+114+155=287 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.27% from 287); Green value is 114 (44.92% from 255 or 39.72% from 287); Blue value is 155 (60.94% from 255 or 54.01% from 287); Max value from RGB is 155 - color contains mainly: blue. Hex color #12729B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #12729B is #ED8D64. Grayscale: #595959. Windows color (decimal): -15568229 or 10187282. OLE color: 10187282.

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

Color convert

RGB 18 114 155 -
CMYK 0.88 0.26 0 0.39
HSL 197.96º 0.79% 0.34% -
HSV(B) 197.96º 0.88% 0.61% -
XYZ 12.18 14.53 33.17 -
YUV 89.97 164.7 76.67 -
System Red Green Blue C M Y K H S L
Decimal 18 114 155 0.88 0.26 0 0.39 197.96 0.79 0.34
Hex 12 72 9B 58 1A 0 27 C6 4F 22
Octal 22 162 233 130 32 0 47 306 117 42
Binary 10010 1110010 10011011 1011000 11010 0 100111 11000110 1001111 100010

Color Harmonies of #12729B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12729B

Black with #12729B

Text Example


Text Example

White with #12729B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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