Html Css Color HEX #0C598B Dark Cerulean

📋 copy color: '#0C598B'

red 12 ◦ green 89 ◦ blue 139

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

Shades of Dark Cerulean #0C598B

Tints of Dark Cerulean #0C598B

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 value IS 0.91

 M value IS 0.36

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#0C598B (or 0x0C598B) is known color: 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

RGB 12 89 139 -
CMYK 0.91 0.36 0 0.45
HSL 203.62º 0.84% 0.3% -
HSV(B) 203.62º 0.91% 0.55% -
XYZ 8.38 9.09 25.74 -
YUV 71.68 165.99 85.43 -
System Red Green Blue C M Y K H S L
Decimal 12 89 139 0.91 0.36 0 0.45 203.62 0.84 0.3
Hex C 59 8B 5B 24 0 2D CC 54 1E
Octal 14 131 213 133 44 0 55 314 124 36
Binary 1100 1011001 10001011 1011011 100100 0 101101 11001100 1010100 11110

Color Harmonies of #0C598B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C598B

Black with #0C598B

Text Example


Text Example

White with #0C598B

Text Example


Text Example

HTML Codes & Css Web 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>