#0F082E

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

Shades of Jaguar #0F082E

Tints of Jaguar #0F082E

Color information

#0F082E (or 0x0F082E) is unknown color: approx Jaguar. HEX triplet: 0F, 08 and 2E. RGB value is (15,8,46). Sum of RGB (Red+Green+Blue) = 15+8+46=69 (9% of max value = 765). Red value is 15 (6.25% from 255 or 21.74% from 69); Green value is 8 (3.52% from 255 or 11.59% from 69); Blue value is 46 (18.36% from 255 or 66.67% from 69); Max value from RGB is 46 - color contains mainly: blue. Hex color #0F082E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F082E is #F0F7D1. Grayscale: #0E0E0E. Windows color (decimal): -15792082 or 3016719. OLE color: 3016719.

HSL color Cylindrical-coordinate representation of color #0F082E: hue angle of 251.05º degrees, saturation: 0.7, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0F082E is Cyan = 0.67, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB15846-
CMYK0.670.8300.82
HSL251.05º70.37%10.59%-
HSV(B)251.05º82.61%18.04%-
XYZ0.780.472.64-
YUV14.42145.82128.41-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 21.74%
GREEN value IS 8 (3.52% from 255) = 11.59%
BLUE value IS 46 (18.36% from 255) = 66.67%
R=21.74%
G=11.59%
B=66.67%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal158460.670.8300.82251.0570.3710.59
HexF82E4353052fb46b
Octal171056103123012237310613
Binary1111100010111010000111010011010100101111101110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F082E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,8,46); }

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

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

 a { background-color: rgb(15,8,46); }

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

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

 span { border-color: rgb(15,8,46); }

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