Html Css Color HEX #0C5EAD Denim

📋 copy color: '#0C5EAD'

red 12 ◦ green 94 ◦ blue 173

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

Shades of Denim #0C5EAD

Tints of Denim #0C5EAD

RGB

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

 GREEN value IS 94 (37.11% from 255) = 33.69%

 BLUE value IS 173 (67.97% from 255) = 62.01%

R = 4.3%
G = 33.69%
B = 62.01%

CMYK

 C value IS 0.93

 M value IS 0.46

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0C5EAD (or 0x0C5EAD) is known color: Denim. HEX triplet: 0C, 5E and AD. RGB value is (12,94,173). Sum of RGB (Red+Green+Blue) = 12+94+173=279 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.30% from 279); Green value is 94 (37.11% from 255 or 33.69% from 279); Blue value is 173 (67.97% from 255 or 62.01% from 279); Max value from RGB is 173 - color contains mainly: blue. Hex color #0C5EAD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C5EAD is #F3A152. Grayscale: #4E4E4E. Windows color (decimal): -15966547 or 11361804. OLE color: 11361804.

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

Color convert

RGB 12 94 173 -
CMYK 0.93 0.46 0 0.32
HSL 209.44º 0.87% 0.36% -
HSV(B) 209.44º 0.93% 0.68% -
XYZ 11.7 11.1 41.06 -
YUV 78.49 181.33 80.58 -
System Red Green Blue C M Y K H S L
Decimal 12 94 173 0.93 0.46 0 0.32 209.44 0.87 0.36
Hex C 5E AD 5D 2E 0 20 D1 57 24
Octal 14 136 255 135 56 0 40 321 127 44
Binary 1100 1011110 10101101 1011101 101110 0 100000 11010001 1010111 100100

Color Harmonies of #0C5EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C5EAD

Black with #0C5EAD

Text Example


Text Example

White with #0C5EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,94,173); }

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

background-color css

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

 a { background-color: rgb(12,94,173); }

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

border-color css

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

 span { border-color: rgb(12,94,173); }

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