Html Css Color HEX #0F082F Jaguar

📋 copy color: '#0F082F'

red 15 ◦ green 8 ◦ blue 47

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

Shades of Jaguar #0F082F

Tints of Jaguar #0F082F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 11.43%

 BLUE value IS 47 (18.75% from 255) = 67.14%

R = 21.43%
G = 11.43%
B = 67.14%

CMYK

 C value IS 0.68

 M value IS 0.83

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#0F082F (or 0x0F082F) is known color: Jaguar. HEX triplet: 0F, 08 and 2F. RGB value is (15,8,47). Sum of RGB (Red+Green+Blue) = 15+8+47=70 (9% of max value = 765). Red value is 15 (6.25% from 255 or 21.43% from 70); Green value is 8 (3.52% from 255 or 11.43% from 70); Blue value is 47 (18.75% from 255 or 67.14% from 70); Max value from RGB is 47 - color contains mainly: blue. Hex color #0F082F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F082F is #F0F7D0. Grayscale: #0E0E0E. Windows color (decimal): -15792081 or 3082255. OLE color: 3082255.

HSL color Cylindrical-coordinate representation of color #0F082F: hue angle of 250.77º degrees, saturation: 0.71, 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 #0F082F is Cyan = 0.68, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 15 8 47 -
CMYK 0.68 0.83 0 0.82
HSL 250.77º 0.71% 0.11% -
HSV(B) 250.77º 0.83% 0.18% -
XYZ 0.8 0.48 2.74 -
YUV 14.54 146.32 128.33 -
System Red Green Blue C M Y K H S L
Decimal 15 8 47 0.68 0.83 0 0.82 250.77 0.71 0.11
Hex F 8 2F 44 53 0 52 FB 47 B
Octal 17 10 57 104 123 0 122 373 107 13
Binary 1111 1000 101111 1000100 1010011 0 1010010 11111011 1000111 1011

Color Harmonies of #0F082F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F082F

Black with #0F082F

Text Example


Text Example

White with #0F082F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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