Html Css Color HEX #0C5898 Cobalt

📋 copy color: '#0C5898'

red 12 ◦ green 88 ◦ blue 152

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

Shades of Cobalt #0C5898

Tints of Cobalt #0C5898

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 60.32%

R = 4.76%
G = 34.92%
B = 60.32%

CMYK

 C value IS 0.92

 M value IS 0.42

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#0C5898 (or 0x0C5898) is known color: Cobalt. HEX triplet: 0C, 58 and 98. RGB value is (12,88,152). Sum of RGB (Red+Green+Blue) = 12+88+152=252 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.76% from 252); Green value is 88 (34.77% from 255 or 34.92% from 252); Blue value is 152 (59.77% from 255 or 60.32% from 252); Max value from RGB is 152 - color contains mainly: blue. Hex color #0C5898 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C5898 is #F3A767. Grayscale: #484848. Windows color (decimal): -15968104 or 9984012. OLE color: 9984012.

HSL color Cylindrical-coordinate representation of color #0C5898: hue angle of 207.43º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C5898 is Cyan = 0.92, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 12 88 152 -
CMYK 0.92 0.42 0 0.40
HSL 207.43º 0.85% 0.32% -
HSV(B) 207.43º 0.92% 0.6% -
XYZ 9.31 9.32 31.01 -
YUV 72.57 172.82 84.8 -
System Red Green Blue C M Y K H S L
Decimal 12 88 152 0.92 0.42 0 0.40 207.43 0.85 0.32
Hex C 58 98 5C 2A 0 28 CF 55 20
Octal 14 130 230 134 52 0 50 317 125 40
Binary 1100 1011000 10011000 1011100 101010 0 101000 11001111 1010101 100000

Color Harmonies of #0C5898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C5898

Black with #0C5898

Text Example


Text Example

White with #0C5898

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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