#0b5cac

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

Shades of Denim #0B5CAC

Tints of Denim #0B5CAC

Color information

#0B5CAC (or 0x0B5CAC) is unknown color: approx Denim. HEX triplet: 0B, 5C and AC. RGB value is (11,92,172). Sum of RGB (Red+Green+Blue) = 11+92+172=275 (36% of max value = 765). Red value is 11 (4.69% from 255 or 4% from 275); Green value is 92 (36.33% from 255 or 33.45% from 275); Blue value is 172 (67.58% from 255 or 62.55% from 275); Max value from RGB is 172 - color contains mainly: blue. Hex color #0B5CAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B5CAC is #F4A353. Grayscale: #4C4C4C. Windows color (decimal): -16032596 or 11295755. OLE color: 11295755.

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

Color convert

RGB1192172-
CMYK0.940.4700.33
HSL209.81º87.98%35.88%-
HSV(B)209.81º93.6%67.45%-
XYZ11.4110.740.49-
YUV76.9181.6681-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4%
GREEN value IS 92 (36.33% from 255) = 33.45%
BLUE value IS 172 (67.58% from 255) = 62.55%
R=4%
G=33.45%
B=62.55%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal11921720.940.4700.33209.8187.9835.88
HexB5CAC5E2F021d25824
Octal131342541365704132213044
Binary101110111001010110010111101011110100001110100101011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0b5cac

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,92,172); }

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

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

 a { background-color: rgb(11,92,172); }

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

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

 span { border-color: rgb(11,92,172); }

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