#0B051A

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

Shades of Jaguar #0B051A

Tints of Jaguar #0B051A

Color information

#0B051A (or 0x0B051A) is unknown color: approx Jaguar. HEX triplet: 0B, 05 and 1A. RGB value is (11,5,26). Sum of RGB (Red+Green+Blue) = 11+5+26=42 (5% of max value = 765). Red value is 11 (4.69% from 255 or 26.19% from 42); Green value is 5 (2.34% from 255 or 11.90% from 42); Blue value is 26 (10.55% from 255 or 61.90% from 42); Max value from RGB is 26 - color contains mainly: blue. Hex color #0B051A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B051A is #F4FAE5. Grayscale: #090909. Windows color (decimal): -16055014 or 1705227. OLE color: 1705227.

HSL color Cylindrical-coordinate representation of color #0B051A: hue angle of 257.14º degrees, saturation: 0.68, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0B051A is Cyan = 0.58, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB11526-
CMYK0.580.8100.90
HSL257.14º67.74%6.08%-
HSV(B)257.14º80.77%10.2%-
XYZ0.380.251.01-
YUV9.19137.49129.29-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 26.19%
GREEN value IS 5 (2.34% from 255) = 11.90%
BLUE value IS 26 (10.55% from 255) = 61.90%
R=26.19%
G=11.90%
B=61.90%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal115260.580.8100.90257.1467.746.08
HexB51A3A5105A101446
Octal135327212101324011046
Binary1011101110101110101010001010110101000000011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B051A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,5,26); }

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

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

 a { background-color: rgb(11,5,26); }

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

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

 span { border-color: rgb(11,5,26); }

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