#12759f

Color #12759F Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean #12759F

Tints of Cerulean #12759F

Color information

#12759F (or 0x12759F) is unknown color: approx Cerulean. HEX triplet: 12, 75 and 9F. RGB value is (18,117,159). Sum of RGB (Red+Green+Blue) = 18+117+159=294 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.12% from 294); Green value is 117 (46.09% from 255 or 39.80% from 294); Blue value is 159 (62.5% from 255 or 54.08% from 294); Max value from RGB is 159 - color contains mainly: blue. Hex color #12759F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #12759F is #ED8A60. Grayscale: #5B5B5B. Windows color (decimal): -15567457 or 10450194. OLE color: 10450194.

HSL color Cylindrical-coordinate representation of color #12759F: hue angle of 197.87º 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 #12759F is Cyan = 0.89, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB18117159-
CMYK0.890.2600.38
HSL197.87º79.66%34.71%-
HSV(B)197.87º88.68%62.35%-
XYZ12.8715.3535.09-
YUV92.19165.775.08-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.12%
GREEN value IS 117 (46.09% from 255) = 39.80%
BLUE value IS 159 (62.5% from 255) = 54.08%
R=6.12%
G=39.80%
B=54.08%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal181171590.890.2600.38197.8779.6634.71
Hex12759F591A026c65023
Octal221652371313204630612043
Binary100101110101100111111011001110100100110110001101010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12759f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #12759f;
 }
 .AnyTagClassName
 {
   color: #12759f;
 }
</style>
background-color css

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

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

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

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

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

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