#0B62AB

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

Shades of Denim #0B62AB

Tints of Denim #0B62AB

Color information

#0B62AB (or 0x0B62AB) is unknown color: approx Denim. HEX triplet: 0B, 62 and AB. RGB value is (11,98,171). Sum of RGB (Red+Green+Blue) = 11+98+171=280 (37% of max value = 765). Red value is 11 (4.69% from 255 or 3.93% from 280); Green value is 98 (38.67% from 255 or 35% from 280); Blue value is 171 (67.19% from 255 or 61.07% from 280); Max value from RGB is 171 - color contains mainly: blue. Hex color #0B62AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B62AB is #F49D54. Grayscale: #4F4F4F. Windows color (decimal): -16031061 or 11231755. OLE color: 11231755.

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

Color convert

RGB1198171-
CMYK0.940.4300.33
HSL207.38º87.91%35.69%-
HSV(B)207.38º93.57%67.06%-
XYZ11.8611.7540.17-
YUV80.31179.1878.56-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.93%
GREEN value IS 98 (38.67% from 255) = 35%
BLUE value IS 171 (67.19% from 255) = 61.07%
R=3.93%
G=35%
B=61.07%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal11981710.940.4300.33207.3887.9135.69
HexB62AB5E2B021cf5824
Octal131422531365304131713044
Binary101111000101010101110111101010110100001110011111011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B62AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,98,171); }

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

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

 a { background-color: rgb(11,98,171); }

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

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

 span { border-color: rgb(11,98,171); }

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