#0B5EA5

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

Shades of Denim #0B5EA5

Tints of Denim #0B5EA5

Color information

#0B5EA5 (or 0x0B5EA5) is unknown color: approx Denim. HEX triplet: 0B, 5E and A5. RGB value is (11,94,165). Sum of RGB (Red+Green+Blue) = 11+94+165=270 (35% of max value = 765). Red value is 11 (4.69% from 255 or 4.07% from 270); Green value is 94 (37.11% from 255 or 34.81% from 270); Blue value is 165 (64.84% from 255 or 61.11% from 270); Max value from RGB is 165 - color contains mainly: blue. Hex color #0B5EA5 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B5EA5 is #F4A15A. Grayscale: #4C4C4C. Windows color (decimal): -16032091 or 10837515. OLE color: 10837515.

HSL color Cylindrical-coordinate representation of color #0B5EA5: hue angle of 207.66º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B5EA5 is Cyan = 0.93, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB1194165-
CMYK0.930.4300.35
HSL207.66º87.5%34.51%-
HSV(B)207.66º93.33%64.71%-
XYZ10.9310.7937.1-
YUV77.28177.580.73-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.07%
GREEN value IS 94 (37.11% from 255) = 34.81%
BLUE value IS 165 (64.84% from 255) = 61.11%
R=4.07%
G=34.81%
B=61.11%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal11941650.930.4300.35207.6687.534.51
HexB5EA55D2B023d05823
Octal131362451355304332013043
Binary101110111101010010110111011010110100011110100001011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B5EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,94,165); }

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

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

 a { background-color: rgb(11,94,165); }

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

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

 span { border-color: rgb(11,94,165); }

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