Html Css Color HEX #0C588B Dark Cerulean

📋 copy color: '#0C588B'

red 12 ◦ green 88 ◦ blue 139

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

Shades of Dark Cerulean #0C588B

Tints of Dark Cerulean #0C588B

RGB

 RED value IS 12 (5.08% from 255) = 5.02%

 GREEN value IS 88 (34.77% from 255) = 36.82%

 BLUE value IS 139 (54.69% from 255) = 58.16%

R = 5.02%
G = 36.82%
B = 58.16%

CMYK

 C value IS 0.91

 M value IS 0.37

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#0C588B (or 0x0C588B) is known color: Dark Cerulean. HEX triplet: 0C, 58 and 8B. RGB value is (12,88,139). Sum of RGB (Red+Green+Blue) = 12+88+139=239 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.02% from 239); Green value is 88 (34.77% from 255 or 36.82% from 239); Blue value is 139 (54.69% from 255 or 58.16% from 239); Max value from RGB is 139 - color contains mainly: blue. Hex color #0C588B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C588B is #F3A774. Grayscale: #464646. Windows color (decimal): -15968117 or 9132044. OLE color: 9132044.

HSL color Cylindrical-coordinate representation of color #0C588B: hue angle of 204.09º 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 #0C588B is Cyan = 0.91, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 12 88 139 -
CMYK 0.91 0.37 0 0.45
HSL 204.09º 0.84% 0.3% -
HSV(B) 204.09º 0.91% 0.55% -
XYZ 8.3 8.92 25.71 -
YUV 71.09 166.32 85.85 -
System Red Green Blue C M Y K H S L
Decimal 12 88 139 0.91 0.37 0 0.45 204.09 0.84 0.3
Hex C 58 8B 5B 25 0 2D CC 54 1E
Octal 14 130 213 133 45 0 55 314 124 36
Binary 1100 1011000 10001011 1011011 100101 0 101101 11001100 1010100 11110

Color Harmonies of #0C588B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C588B

Black with #0C588B

Text Example


Text Example

White with #0C588B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0C588B;
 }
 .AnyTagClassName
 {
   color: #0C588B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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