#0F092B

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

Shades of Jaguar #0F092B

Tints of Jaguar #0F092B

Color information

#0F092B (or 0x0F092B) is unknown color: approx Jaguar. HEX triplet: 0F, 09 and 2B. RGB value is (15,9,43). Sum of RGB (Red+Green+Blue) = 15+9+43=67 (8% of max value = 765). Red value is 15 (6.25% from 255 or 22.39% from 67); Green value is 9 (3.91% from 255 or 13.43% from 67); Blue value is 43 (17.19% from 255 or 64.18% from 67); Max value from RGB is 43 - color contains mainly: blue. Hex color #0F092B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F092B is #F0F6D4. Grayscale: #0E0E0E. Windows color (decimal): -15791829 or 2820367. OLE color: 2820367.

HSL color Cylindrical-coordinate representation of color #0F092B: hue angle of 250.59º degrees, saturation: 0.65, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0F092B is Cyan = 0.65, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB15943-
CMYK0.650.7900.83
HSL250.59º65.38%10.2%-
HSV(B)250.59º79.07%16.86%-
XYZ0.730.472.34-
YUV14.67143.99128.24-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 22.39%
GREEN value IS 9 (3.91% from 255) = 13.43%
BLUE value IS 43 (17.19% from 255) = 64.18%
R=22.39%
G=13.43%
B=64.18%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal159430.650.7900.83250.5965.3810.2
HexF92B414F053fb41a
Octal171153101117012337310112
Binary1111100110101110000011001111010100111111101110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F092B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,9,43); }

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

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

 a { background-color: rgb(15,9,43); }

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

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

 span { border-color: rgb(15,9,43); }

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