#0B61AB

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

Shades of Denim #0B61AB

Tints of Denim #0B61AB

Color information

#0B61AB (or 0x0B61AB) is unknown color: approx Denim. HEX triplet: 0B, 61 and AB. RGB value is (11,97,171). Sum of RGB (Red+Green+Blue) = 11+97+171=279 (36% of max value = 765). Red value is 11 (4.69% from 255 or 3.94% from 279); Green value is 97 (38.28% from 255 or 34.77% from 279); Blue value is 171 (67.19% from 255 or 61.29% from 279); Max value from RGB is 171 - color contains mainly: blue. Hex color #0B61AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B61AB is #F49E54. Grayscale: #4F4F4F. Windows color (decimal): -16031317 or 11231499. OLE color: 11231499.

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

Color convert

RGB1197171-
CMYK0.940.4300.33
HSL207.75º87.91%35.69%-
HSV(B)207.75º93.57%67.06%-
XYZ11.7611.5640.14-
YUV79.72179.5178.98-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.94%
GREEN value IS 97 (38.28% from 255) = 34.77%
BLUE value IS 171 (67.19% from 255) = 61.29%
R=3.94%
G=34.77%
B=61.29%

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
Decimal11971710.940.4300.33207.7587.9135.69
HexB61AB5E2B021d05824
Octal131412531365304132013044
Binary101111000011010101110111101010110100001110100001011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B61AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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