#0B5FAE

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

Shades of Denim #0B5FAE

Tints of Denim #0B5FAE

Color information

#0B5FAE (or 0x0B5FAE) is unknown color: approx Denim. HEX triplet: 0B, 5F and AE. RGB value is (11,95,174). Sum of RGB (Red+Green+Blue) = 11+95+174=280 (37% of max value = 765). Red value is 11 (4.69% from 255 or 3.93% from 280); Green value is 95 (37.5% from 255 or 33.93% from 280); Blue value is 174 (68.36% from 255 or 62.14% from 280); Max value from RGB is 174 - color contains mainly: blue. Hex color #0B5FAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B5FAE is #F4A051. Grayscale: #4E4E4E. Windows color (decimal): -16031826 or 11427595. OLE color: 11427595.

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

Color convert

RGB1195174-
CMYK0.940.4500.32
HSL209.08º88.11%36.27%-
HSV(B)209.08º93.68%68.24%-
XYZ11.8711.3141.6-
YUV78.89181.6779.58-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.93%
GREEN value IS 95 (37.5% from 255) = 33.93%
BLUE value IS 174 (68.36% from 255) = 62.14%
R=3.93%
G=33.93%
B=62.14%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal11951740.940.4500.32209.0888.1136.27
HexB5FAE5E2D020d15824
Octal131372561365504032113044
Binary101110111111010111010111101011010100000110100011011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B5FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,95,174); }

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

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

 a { background-color: rgb(11,95,174); }

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

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

 span { border-color: rgb(11,95,174); }

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