Html Css Color HEX #12739F Cerulean

📋 copy color: '#12739F'

red 18 ◦ green 115 ◦ blue 159

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

Shades of Cerulean #12739F

Tints of Cerulean #12739F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 54.45%

R = 6.16%
G = 39.38%
B = 54.45%

CMYK

 C value IS 0.89

 M value IS 0.28

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#12739F (or 0x12739F) is known color: Cerulean. HEX triplet: 12, 73 and 9F. RGB value is (18,115,159). Sum of RGB (Red+Green+Blue) = 18+115+159=292 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.16% from 292); Green value is 115 (45.31% from 255 or 39.38% from 292); Blue value is 159 (62.5% from 255 or 54.45% from 292); Max value from RGB is 159 - color contains mainly: blue. Hex color #12739F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #12739F is #ED8C60. Grayscale: #5A5A5A. Windows color (decimal): -15567969 or 10449682. OLE color: 10449682.

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

Color convert

RGB 18 115 159 -
CMYK 0.89 0.28 0 0.38
HSL 198.72º 0.8% 0.35% -
HSV(B) 198.72º 0.89% 0.62% -
XYZ 12.64 14.89 35.01 -
YUV 91.01 166.36 75.92 -
System Red Green Blue C M Y K H S L
Decimal 18 115 159 0.89 0.28 0 0.38 198.72 0.8 0.35
Hex 12 73 9F 59 1C 0 26 C7 50 23
Octal 22 163 237 131 34 0 46 307 120 43
Binary 10010 1110011 10011111 1011001 11100 0 100110 11000111 1010000 100011

Color Harmonies of #12739F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12739F

Black with #12739F

Text Example


Text Example

White with #12739F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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