Html Css Color HEX #0C5AAA Denim

📋 copy color: '#0C5AAA'

red 12 ◦ green 90 ◦ blue 170

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

Shades of Denim #0C5AAA

Tints of Denim #0C5AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 62.5%

R = 4.41%
G = 33.09%
B = 62.5%

CMYK

 C value IS 0.93

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0C5AAA (or 0x0C5AAA) is known color: Denim. HEX triplet: 0C, 5A and AA. RGB value is (12,90,170). Sum of RGB (Red+Green+Blue) = 12+90+170=272 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.41% from 272); Green value is 90 (35.55% from 255 or 33.09% from 272); Blue value is 170 (66.80% from 255 or 62.5% from 272); Max value from RGB is 170 - color contains mainly: blue. Hex color #0C5AAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C5AAA is #F3A555. Grayscale: #4B4B4B. Windows color (decimal): -15967574 or 11164172. OLE color: 11164172.

HSL color Cylindrical-coordinate representation of color #0C5AAA: hue angle of 210.38º 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 #0C5AAA is Cyan = 0.93, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 12 90 170 -
CMYK 0.93 0.47 0 0.33
HSL 210.38º 0.87% 0.36% -
HSV(B) 210.38º 0.93% 0.67% -
XYZ 11.06 10.29 39.43 -
YUV 75.8 181.16 82.5 -
System Red Green Blue C M Y K H S L
Decimal 12 90 170 0.93 0.47 0 0.33 210.38 0.87 0.36
Hex C 5A AA 5D 2F 0 21 D2 57 24
Octal 14 132 252 135 57 0 41 322 127 44
Binary 1100 1011010 10101010 1011101 101111 0 100001 11010010 1010111 100100

Color Harmonies of #0C5AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C5AAA

Black with #0C5AAA

Text Example


Text Example

White with #0C5AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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