#0B022C

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

Shades of Jaguar #0B022C

Tints of Jaguar #0B022C

Color information

#0B022C (or 0x0B022C) is unknown color: approx Jaguar. HEX triplet: 0B, 02 and 2C. RGB value is (11,2,44). Sum of RGB (Red+Green+Blue) = 11+2+44=57 (7% of max value = 765). Red value is 11 (4.69% from 255 or 19.30% from 57); Green value is 2 (1.17% from 255 or 3.51% from 57); Blue value is 44 (17.58% from 255 or 77.19% from 57); Max value from RGB is 44 - color contains mainly: blue. Hex color #0B022C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B022C is #F4FDD3. Grayscale: #090909. Windows color (decimal): -16055764 or 2884107. OLE color: 2884107.

HSL color Cylindrical-coordinate representation of color #0B022C: hue angle of 252.86º degrees, saturation: 0.91, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B022C is Cyan = 0.75, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB11244-
CMYK0.750.9500.83
HSL252.86º91.3%9.02%-
HSV(B)252.86º95.45%17.25%-
XYZ0.610.32.41-
YUV9.48147.48129.08-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 19.30%
GREEN value IS 2 (1.17% from 255) = 3.51%
BLUE value IS 44 (17.58% from 255) = 77.19%
R=19.30%
G=3.51%
B=77.19%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal112440.750.9500.83252.8691.39.02
HexB22C4B5F053fd5b9
Octal13254113137012337513311
Binary10111010110010010111011111010100111111110110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B022C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,2,44); }

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

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

 a { background-color: rgb(11,2,44); }

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

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

 span { border-color: rgb(11,2,44); }

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