Html Css Color HEX #0C5A8B Dark Cerulean

📋 copy color: '#0C5A8B'

red 12 ◦ green 90 ◦ blue 139

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

Shades of Dark Cerulean #0C5A8B

Tints of Dark Cerulean #0C5A8B

RGB

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

 GREEN value IS 90 (35.55% from 255) = 37.34%

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

R = 4.98%
G = 37.34%
B = 57.68%

CMYK

 C value IS 0.91

 M value IS 0.35

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#0C5A8B (or 0x0C5A8B) is known color: Dark Cerulean. HEX triplet: 0C, 5A and 8B. RGB value is (12,90,139). Sum of RGB (Red+Green+Blue) = 12+90+139=241 (31% of max value = 765). Red value is 12 (5.08% from 255 or 4.98% from 241); Green value is 90 (35.55% from 255 or 37.34% from 241); Blue value is 139 (54.69% from 255 or 57.68% from 241); Max value from RGB is 139 - color contains mainly: blue. Hex color #0C5A8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C5A8B is #F3A574. Grayscale: #474747. Windows color (decimal): -15967605 or 9132556. OLE color: 9132556.

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

Color convert

RGB 12 90 139 -
CMYK 0.91 0.35 0 0.45
HSL 203.15º 0.84% 0.3% -
HSV(B) 203.15º 0.91% 0.55% -
XYZ 8.47 9.25 25.77 -
YUV 72.26 165.66 85.02 -
System Red Green Blue C M Y K H S L
Decimal 12 90 139 0.91 0.35 0 0.45 203.15 0.84 0.3
Hex C 5A 8B 5B 23 0 2D CB 54 1E
Octal 14 132 213 133 43 0 55 313 124 36
Binary 1100 1011010 10001011 1011011 100011 0 101101 11001011 1010100 11110

Color Harmonies of #0C5A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C5A8B

Black with #0C5A8B

Text Example


Text Example

White with #0C5A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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