Html Css Color HEX #12759A Cerulean

📋 copy color: '#12759A'

red 18 ◦ green 117 ◦ blue 154

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

Shades of Cerulean #12759A

Tints of Cerulean #12759A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 53.29%

R = 6.23%
G = 40.48%
B = 53.29%

CMYK

 C value IS 0.88

 M value IS 0.24

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#12759A (or 0x12759A) is known color: Cerulean. HEX triplet: 12, 75 and 9A. RGB value is (18,117,154). Sum of RGB (Red+Green+Blue) = 18+117+154=289 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.23% from 289); Green value is 117 (46.09% from 255 or 40.48% from 289); Blue value is 154 (60.55% from 255 or 53.29% from 289); Max value from RGB is 154 - color contains mainly: blue. Hex color #12759A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #12759A is #ED8A65. Grayscale: #5B5B5B. Windows color (decimal): -15567462 or 10122514. OLE color: 10122514.

HSL color Cylindrical-coordinate representation of color #12759A: hue angle of 196.32º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12759A is Cyan = 0.88, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 18 117 154 -
CMYK 0.88 0.24 0 0.40
HSL 196.32º 0.79% 0.34% -
HSV(B) 196.32º 0.88% 0.6% -
XYZ 12.44 15.18 32.85 -
YUV 91.62 163.2 75.49 -
System Red Green Blue C M Y K H S L
Decimal 18 117 154 0.88 0.24 0 0.40 196.32 0.79 0.34
Hex 12 75 9A 58 18 0 28 C4 4F 22
Octal 22 165 232 130 30 0 50 304 117 42
Binary 10010 1110101 10011010 1011000 11000 0 101000 11000100 1001111 100010

Color Harmonies of #12759A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12759A

Black with #12759A

Text Example


Text Example

White with #12759A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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