Html Css Color HEX #0F0936 Jaguar

📋 copy color: '#0F0936'

red 15 ◦ green 9 ◦ blue 54

#0F0936
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jaguar #0F0936

Tints of Jaguar #0F0936

RGB

 RED value IS 15 (6.25% from 255) = 19.23%

 GREEN value IS 9 (3.91% from 255) = 11.54%

 BLUE value IS 54 (21.48% from 255) = 69.23%

R = 19.23%
G = 11.54%
B = 69.23%

CMYK

 C value IS 0.72

 M value IS 0.83

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#0F0936 (or 0x0F0936) is known color: Jaguar. HEX triplet: 0F, 09 and 36. RGB value is (15,9,54). Sum of RGB (Red+Green+Blue) = 15+9+54=78 (10% of max value = 765). Red value is 15 (6.25% from 255 or 19.23% from 78); Green value is 9 (3.91% from 255 or 11.54% from 78); Blue value is 54 (21.48% from 255 or 69.23% from 78); Max value from RGB is 54 - color contains mainly: blue. Hex color #0F0936 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0936 is #F0F6C9. Grayscale: #0F0F0F. Windows color (decimal): -15791818 or 3541263. OLE color: 3541263.

HSL color Cylindrical-coordinate representation of color #0F0936: hue angle of 248º degrees, saturation: 0.71, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0F0936 is Cyan = 0.72, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 15 9 54 -
CMYK 0.72 0.83 0 0.79
HSL 248º 0.71% 0.12% -
HSV(B) 248º 0.83% 0.21% -
XYZ 0.96 0.56 3.55 -
YUV 15.92 149.49 127.34 -
System Red Green Blue C M Y K H S L
Decimal 15 9 54 0.72 0.83 0 0.79 248 0.71 0.12
Hex F 9 36 48 53 0 4F F8 47 C
Octal 17 11 66 110 123 0 117 370 107 14
Binary 1111 1001 110110 1001000 1010011 0 1001111 11111000 1000111 1100

Color Harmonies of #0F0936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0936

Black with #0F0936

Text Example


Text Example

White with #0F0936

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0F0936;
 }
 .AnyTagClassName
 {
   color: #0F0936;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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