Html Css Color HEX #0C62AA Denim

📋 copy color: '#0C62AA'

red 12 ◦ green 98 ◦ blue 170

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

Shades of Denim #0C62AA

Tints of Denim #0C62AA

RGB

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

 GREEN value IS 98 (38.67% from 255) = 35%

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

R = 4.29%
G = 35%
B = 60.71%

CMYK

 C value IS 0.93

 M value IS 0.42

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0C62AA (or 0x0C62AA) is known color: Denim. HEX triplet: 0C, 62 and AA. RGB value is (12,98,170). Sum of RGB (Red+Green+Blue) = 12+98+170=280 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.29% from 280); Green value is 98 (38.67% from 255 or 35% from 280); Blue value is 170 (66.80% from 255 or 60.71% from 280); Max value from RGB is 170 - color contains mainly: blue. Hex color #0C62AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C62AA is #F39D55. Grayscale: #505050. Windows color (decimal): -15965526 or 11166220. OLE color: 11166220.

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

Color convert

RGB 12 98 170 -
CMYK 0.93 0.42 0 0.33
HSL 207.34º 0.87% 0.36% -
HSV(B) 207.34º 0.93% 0.67% -
XYZ 11.78 11.72 39.67 -
YUV 80.49 178.51 79.15 -
System Red Green Blue C M Y K H S L
Decimal 12 98 170 0.93 0.42 0 0.33 207.34 0.87 0.36
Hex C 62 AA 5D 2A 0 21 CF 57 24
Octal 14 142 252 135 52 0 41 317 127 44
Binary 1100 1100010 10101010 1011101 101010 0 100001 11001111 1010111 100100

Color Harmonies of #0C62AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C62AA

Black with #0C62AA

Text Example


Text Example

White with #0C62AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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