#12689F

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

Shades of Cerulean #12689F

Tints of Cerulean #12689F

Color information

#12689F (or 0x12689F) is unknown color: approx Cerulean. HEX triplet: 12, 68 and 9F. RGB value is (18,104,159). Sum of RGB (Red+Green+Blue) = 18+104+159=281 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.41% from 281); Green value is 104 (41.02% from 255 or 37.01% from 281); Blue value is 159 (62.5% from 255 or 56.58% from 281); Max value from RGB is 159 - color contains mainly: blue. Hex color #12689F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #12689F is #ED9760. Grayscale: #545454. Windows color (decimal): -15570785 or 10446866. OLE color: 10446866.

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

Color convert

RGB18104159-
CMYK0.890.3500.38
HSL203.4º79.66%34.71%-
HSV(B)203.4º88.68%62.35%-
XYZ11.4612.5334.62-
YUV84.56170.0180.53-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.41%
GREEN value IS 104 (41.02% from 255) = 37.01%
BLUE value IS 159 (62.5% from 255) = 56.58%
R=6.41%
G=37.01%
B=56.58%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal181041590.890.3500.38203.479.6634.71
Hex12689F5923026cb5023
Octal221502371314304631312043
Binary1001011010001001111110110011000110100110110010111010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12689F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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