#0b64a5

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

Shades of Denim #0B64A5

Tints of Denim #0B64A5

Color information

#0B64A5 (or 0x0B64A5) is unknown color: approx Denim. HEX triplet: 0B, 64 and A5. RGB value is (11,100,165). Sum of RGB (Red+Green+Blue) = 11+100+165=276 (36% of max value = 765). Red value is 11 (4.69% from 255 or 3.99% from 276); Green value is 100 (39.45% from 255 or 36.23% from 276); Blue value is 165 (64.84% from 255 or 59.78% from 276); Max value from RGB is 165 - color contains mainly: blue. Hex color #0B64A5 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B64A5 is #F49B5A. Grayscale: #505050. Windows color (decimal): -16030555 or 10839051. OLE color: 10839051.

HSL color Cylindrical-coordinate representation of color #0B64A5: hue angle of 205.32º 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 #0B64A5 is Cyan = 0.93, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB11100165-
CMYK0.930.3900.35
HSL205.32º87.5%34.51%-
HSV(B)205.32º93.33%64.71%-
XYZ11.4911.937.29-
YUV80.8175.5178.21-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.99%
GREEN value IS 100 (39.45% from 255) = 36.23%
BLUE value IS 165 (64.84% from 255) = 59.78%
R=3.99%
G=36.23%
B=59.78%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal111001650.930.3900.35205.3287.534.51
HexB64A55D27023cd5823
Octal131442451354704331513043
Binary101111001001010010110111011001110100011110011011011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0b64a5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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