Html Css Color HEX #12739B Cerulean

📋 copy color: '#12739B'

red 18 ◦ green 115 ◦ blue 155

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

Shades of Cerulean #12739B

Tints of Cerulean #12739B

RGB

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

 GREEN value IS 115 (45.31% from 255) = 39.93%

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

R = 6.25%
G = 39.93%
B = 53.82%

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

#12739B (or 0x12739B) is known color: Cerulean. HEX triplet: 12, 73 and 9B. RGB value is (18,115,155). Sum of RGB (Red+Green+Blue) = 18+115+155=288 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.25% from 288); Green value is 115 (45.31% from 255 or 39.93% from 288); Blue value is 155 (60.94% from 255 or 53.82% from 288); Max value from RGB is 155 - color contains mainly: blue. Hex color #12739B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #12739B is #ED8C64. Grayscale: #5A5A5A. Windows color (decimal): -15567973 or 10187538. OLE color: 10187538.

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

Color convert

RGB 18 115 155 -
CMYK 0.88 0.26 0 0.39
HSL 197.52º 0.79% 0.34% -
HSV(B) 197.52º 0.88% 0.61% -
XYZ 12.3 14.76 33.21 -
YUV 90.56 164.36 76.25 -
System Red Green Blue C M Y K H S L
Decimal 18 115 155 0.88 0.26 0 0.39 197.52 0.79 0.34
Hex 12 73 9B 58 1A 0 27 C6 4F 22
Octal 22 163 233 130 32 0 47 306 117 42
Binary 10010 1110011 10011011 1011000 11010 0 100111 11000110 1001111 100010

Color Harmonies of #12739B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12739B

Black with #12739B

Text Example


Text Example

White with #12739B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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