Html Css Color HEX #0F0935 Jaguar

📋 copy color: '#0F0935'

red 15 ◦ green 9 ◦ blue 53

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

Shades of Jaguar #0F0935

Tints of Jaguar #0F0935

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 68.83%

R = 19.48%
G = 11.69%
B = 68.83%

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

#0F0935 (or 0x0F0935) is known color: Jaguar. HEX triplet: 0F, 09 and 35. RGB value is (15,9,53). Sum of RGB (Red+Green+Blue) = 15+9+53=77 (10% of max value = 765). Red value is 15 (6.25% from 255 or 19.48% from 77); Green value is 9 (3.91% from 255 or 11.69% from 77); Blue value is 53 (21.09% from 255 or 68.83% from 77); Max value from RGB is 53 - color contains mainly: blue. Hex color #0F0935 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0935 is #F0F6CA. Grayscale: #0F0F0F. Windows color (decimal): -15791819 or 3475727. OLE color: 3475727.

HSL color Cylindrical-coordinate representation of color #0F0935: hue angle of 248.18º 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 #0F0935 is Cyan = 0.72, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 15 9 53 -
CMYK 0.72 0.83 0 0.79
HSL 248.18º 0.71% 0.12% -
HSV(B) 248.18º 0.83% 0.21% -
XYZ 0.94 0.55 3.43 -
YUV 15.81 148.99 127.42 -
System Red Green Blue C M Y K H S L
Decimal 15 9 53 0.72 0.83 0 0.79 248.18 0.71 0.12
Hex F 9 35 48 53 0 4F F8 47 C
Octal 17 11 65 110 123 0 117 370 107 14
Binary 1111 1001 110101 1001000 1010011 0 1001111 11111000 1000111 1100

Color Harmonies of #0F0935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0935

Black with #0F0935

Text Example


Text Example

White with #0F0935

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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