Html Css Color HEX #0F0937 Jaguar

📋 copy color: '#0F0937'

red 15 ◦ green 9 ◦ blue 55

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

Shades of Jaguar #0F0937

Tints of Jaguar #0F0937

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 69.62%

R = 18.99%
G = 11.39%
B = 69.62%

CMYK

 C value IS 0.73

 M value IS 0.84

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#0F0937 (or 0x0F0937) is known color: Jaguar. HEX triplet: 0F, 09 and 37. RGB value is (15,9,55). Sum of RGB (Red+Green+Blue) = 15+9+55=79 (10% of max value = 765). Red value is 15 (6.25% from 255 or 18.99% from 79); Green value is 9 (3.91% from 255 or 11.39% from 79); Blue value is 55 (21.88% from 255 or 69.62% from 79); Max value from RGB is 55 - color contains mainly: blue. Hex color #0F0937 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0937 is #F0F6C8. Grayscale: #0F0F0F. Windows color (decimal): -15791817 or 3606799. OLE color: 3606799.

HSL color Cylindrical-coordinate representation of color #0F0937: hue angle of 247.83º degrees, saturation: 0.72, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0F0937 is Cyan = 0.73, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 15 9 55 -
CMYK 0.73 0.84 0 0.78
HSL 247.83º 0.72% 0.13% -
HSV(B) 247.83º 0.84% 0.22% -
XYZ 0.98 0.57 3.67 -
YUV 16.04 149.99 127.26 -
System Red Green Blue C M Y K H S L
Decimal 15 9 55 0.73 0.84 0 0.78 247.83 0.72 0.13
Hex F 9 37 49 54 0 4E F8 48 D
Octal 17 11 67 111 124 0 116 370 110 15
Binary 1111 1001 110111 1001001 1010100 0 1001110 11111000 1001000 1101

Color Harmonies of #0F0937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0937

Black with #0F0937

Text Example


Text Example

White with #0F0937

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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