#0C598B

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

Shades of Dark Cerulean #0C598B

Tints of Dark Cerulean #0C598B

Color information

#0C598B (or 0x0C598B) is unknown color: approx Dark Cerulean. HEX triplet: 0C, 59 and 8B. RGB value is (12,89,139). Sum of RGB (Red+Green+Blue) = 12+89+139=240 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5% from 240); Green value is 89 (35.16% from 255 or 37.08% from 240); Blue value is 139 (54.69% from 255 or 57.92% from 240); Max value from RGB is 139 - color contains mainly: blue. Hex color #0C598B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C598B is #F3A674. Grayscale: #474747. Windows color (decimal): -15967861 or 9132300. OLE color: 9132300.

HSL color Cylindrical-coordinate representation of color #0C598B: hue angle of 203.62º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C598B is Cyan = 0.91, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1289139-
CMYK0.910.3600.45
HSL203.62º84.11%29.61%-
HSV(B)203.62º91.37%54.51%-
XYZ8.389.0925.74-
YUV71.68165.9985.43-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5%
GREEN value IS 89 (35.16% from 255) = 37.08%
BLUE value IS 139 (54.69% from 255) = 57.92%
R=5%
G=37.08%
B=57.92%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal12891390.910.3600.45203.6284.1129.61
HexC598B5B2402Dcc541e
Octal141312131334405531412436
Binary11001011001100010111011011100100010110111001100101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C598B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0C598B; }

 p { color: rgb(12,89,139); }

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

<style>
 a { background-color: #0C598B; }

 a { background-color: rgb(12,89,139); }

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

<style>
 span { border-color: #0C598B; }

 span { border-color: rgb(12,89,139); }

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