Html Css Color HEX #0C5BA9 Denim

📋 copy color: '#0C5BA9'

red 12 ◦ green 91 ◦ blue 169

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

Shades of Denim #0C5BA9

Tints of Denim #0C5BA9

RGB

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

 GREEN value IS 91 (35.94% from 255) = 33.46%

 BLUE value IS 169 (66.41% from 255) = 62.13%

R = 4.41%
G = 33.46%
B = 62.13%

CMYK

 C value IS 0.93

 M value IS 0.46

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#0C5BA9 (or 0x0C5BA9) is known color: Denim. HEX triplet: 0C, 5B and A9. RGB value is (12,91,169). Sum of RGB (Red+Green+Blue) = 12+91+169=272 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.41% from 272); Green value is 91 (35.94% from 255 or 33.46% from 272); Blue value is 169 (66.41% from 255 or 62.13% from 272); Max value from RGB is 169 - color contains mainly: blue. Hex color #0C5BA9 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C5BA9 is #F3A456. Grayscale: #4B4B4B. Windows color (decimal): -15967319 or 11098892. OLE color: 11098892.

HSL color Cylindrical-coordinate representation of color #0C5BA9: hue angle of 209.81º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C5BA9 is Cyan = 0.93, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 12 91 169 -
CMYK 0.93 0.46 0 0.34
HSL 209.81º 0.87% 0.35% -
HSV(B) 209.81º 0.93% 0.66% -
XYZ 11.05 10.42 38.97 -
YUV 76.27 180.33 82.16 -
System Red Green Blue C M Y K H S L
Decimal 12 91 169 0.93 0.46 0 0.34 209.81 0.87 0.35
Hex C 5B A9 5D 2E 0 22 D2 57 23
Octal 14 133 251 135 56 0 42 322 127 43
Binary 1100 1011011 10101001 1011101 101110 0 100010 11010010 1010111 100011

Color Harmonies of #0C5BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C5BA9

Black with #0C5BA9

Text Example


Text Example

White with #0C5BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,91,169); }

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

background-color css

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

 a { background-color: rgb(12,91,169); }

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

border-color css

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

 span { border-color: rgb(12,91,169); }

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