Html Css Color HEX #12759C Cerulean

📋 copy color: '#12759C'

red 18 ◦ green 117 ◦ blue 156

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

Shades of Cerulean #12759C

Tints of Cerulean #12759C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 40.21%

 BLUE value IS 156 (61.33% from 255) = 53.61%

R = 6.19%
G = 40.21%
B = 53.61%

CMYK

 C value IS 0.88

 M value IS 0.25

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#12759C (or 0x12759C) is known color: Cerulean. HEX triplet: 12, 75 and 9C. RGB value is (18,117,156). Sum of RGB (Red+Green+Blue) = 18+117+156=291 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.19% from 291); Green value is 117 (46.09% from 255 or 40.21% from 291); Blue value is 156 (61.33% from 255 or 53.61% from 291); Max value from RGB is 156 - color contains mainly: blue. Hex color #12759C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #12759C is #ED8A63. Grayscale: #5B5B5B. Windows color (decimal): -15567460 or 10253586. OLE color: 10253586.

HSL color Cylindrical-coordinate representation of color #12759C: hue angle of 196.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 #12759C is Cyan = 0.88, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 18 117 156 -
CMYK 0.88 0.25 0 0.39
HSL 196.96º 0.79% 0.34% -
HSV(B) 196.96º 0.88% 0.61% -
XYZ 12.61 15.25 33.73 -
YUV 91.85 164.2 75.33 -
System Red Green Blue C M Y K H S L
Decimal 18 117 156 0.88 0.25 0 0.39 196.96 0.79 0.34
Hex 12 75 9C 58 19 0 27 C5 4F 22
Octal 22 165 234 130 31 0 47 305 117 42
Binary 10010 1110101 10011100 1011000 11001 0 100111 11000101 1001111 100010

Color Harmonies of #12759C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12759C

Black with #12759C

Text Example


Text Example

White with #12759C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12759C; }

 p { color: rgb(18,117,156); }

 H1.HeaderClassName
 {
   color: #12759C;
 }
 .AnyTagClassName
 {
   color: #12759C;
 }
</style>

background-color css

<style>
 a { background-color: #12759C; }

 a { background-color: rgb(18,117,156); }

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

border-color css

<style>
 span { border-color: #12759C; }

 span { border-color: rgb(18,117,156); }

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