Html Css Color HEX #0F0938 Jaguar

📋 copy color: '#0F0938'

red 15 ◦ green 9 ◦ blue 56

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

Shades of Jaguar #0F0938

Tints of Jaguar #0F0938

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 70%

R = 18.75%
G = 11.25%
B = 70%

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

#0F0938 (or 0x0F0938) is known color: Jaguar. HEX triplet: 0F, 09 and 38. RGB value is (15,9,56). Sum of RGB (Red+Green+Blue) = 15+9+56=80 (10% of max value = 765). Red value is 15 (6.25% from 255 or 18.75% from 80); Green value is 9 (3.91% from 255 or 11.25% from 80); Blue value is 56 (22.27% from 255 or 70% from 80); Max value from RGB is 56 - color contains mainly: blue. Hex color #0F0938 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0938 is #F0F6C7. Grayscale: #0F0F0F. Windows color (decimal): -15791816 or 3672335. OLE color: 3672335.

HSL color Cylindrical-coordinate representation of color #0F0938: hue angle of 247.66º 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 #0F0938 is Cyan = 0.73, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 15 9 56 -
CMYK 0.73 0.84 0 0.78
HSL 247.66º 0.72% 0.13% -
HSV(B) 247.66º 0.84% 0.22% -
XYZ 1.01 0.58 3.8 -
YUV 16.15 150.49 127.18 -
System Red Green Blue C M Y K H S L
Decimal 15 9 56 0.73 0.84 0 0.78 247.66 0.72 0.13
Hex F 9 38 49 54 0 4E F8 48 D
Octal 17 11 70 111 124 0 116 370 110 15
Binary 1111 1001 111000 1001001 1010100 0 1001110 11111000 1001000 1101

Color Harmonies of #0F0938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0938

Black with #0F0938

Text Example


Text Example

White with #0F0938

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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