#0D62AA

Color #0D62AA Denim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Denim #0D62AA

Tints of Denim #0D62AA

Color information

#0D62AA (or 0x0D62AA) is unknown color: approx Denim. HEX triplet: 0D, 62 and AA. RGB value is (13,98,170). Sum of RGB (Red+Green+Blue) = 13+98+170=281 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.63% from 281); Green value is 98 (38.67% from 255 or 34.88% from 281); Blue value is 170 (66.80% from 255 or 60.50% from 281); Max value from RGB is 170 - color contains mainly: blue. Hex color #0D62AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D62AA is #F29D55. Grayscale: #505050. Windows color (decimal): -15899990 or 11166221. OLE color: 11166221.

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

Color convert

RGB1398170-
CMYK0.920.4200.33
HSL207.52º85.79%35.88%-
HSV(B)207.52º92.35%66.67%-
XYZ11.7911.7239.67-
YUV80.79178.3479.65-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.63%
GREEN value IS 98 (38.67% from 255) = 34.88%
BLUE value IS 170 (66.80% from 255) = 60.50%
R=4.63%
G=34.88%
B=60.50%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal13981700.920.4200.33207.5285.7935.88
HexD62AA5C2A021d05624
Octal151422521345204132012644
Binary110111000101010101010111001010100100001110100001010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D62AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0D62AA;
 }
 .AnyTagClassName
 {
   color: #0D62AA;
 }
</style>
background-color css

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

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

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

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

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

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