Html Css Color HEX #0C5DAB Denim

📋 copy color: '#0C5DAB'

red 12 ◦ green 93 ◦ blue 171

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

Shades of Denim #0C5DAB

Tints of Denim #0C5DAB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 33.7%

 BLUE value IS 171 (67.19% from 255) = 61.96%

R = 4.35%
G = 33.7%
B = 61.96%

CMYK

 C value IS 0.93

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0C5DAB (or 0x0C5DAB) is known color: Denim. HEX triplet: 0C, 5D and AB. RGB value is (12,93,171). Sum of RGB (Red+Green+Blue) = 12+93+171=276 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.35% from 276); Green value is 93 (36.72% from 255 or 33.70% from 276); Blue value is 171 (67.19% from 255 or 61.96% from 276); Max value from RGB is 171 - color contains mainly: blue. Hex color #0C5DAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C5DAB is #F3A254. Grayscale: #4D4D4D. Windows color (decimal): -15966805 or 11230476. OLE color: 11230476.

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

Color convert

RGB 12 93 171 -
CMYK 0.93 0.46 0 0.33
HSL 209.43º 0.87% 0.36% -
HSV(B) 209.43º 0.93% 0.67% -
XYZ 11.42 10.85 40.02 -
YUV 77.67 180.66 81.16 -
System Red Green Blue C M Y K H S L
Decimal 12 93 171 0.93 0.46 0 0.33 209.43 0.87 0.36
Hex C 5D AB 5D 2E 0 21 D1 57 24
Octal 14 135 253 135 56 0 41 321 127 44
Binary 1100 1011101 10101011 1011101 101110 0 100001 11010001 1010111 100100

Color Harmonies of #0C5DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C5DAB

Black with #0C5DAB

Text Example


Text Example

White with #0C5DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,93,171); }

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

background-color css

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

 a { background-color: rgb(12,93,171); }

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

border-color css

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

 span { border-color: rgb(12,93,171); }

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