Html Css Color HEX #0F082A Jaguar

📋 copy color: '#0F082A'

red 15 ◦ green 8 ◦ blue 42

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

Shades of Jaguar #0F082A

Tints of Jaguar #0F082A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 64.62%

R = 23.08%
G = 12.31%
B = 64.62%

CMYK

 C value IS 0.64

 M value IS 0.81

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#0F082A (or 0x0F082A) is known color: Jaguar. HEX triplet: 0F, 08 and 2A. RGB value is (15,8,42). Sum of RGB (Red+Green+Blue) = 15+8+42=65 (8% of max value = 765). Red value is 15 (6.25% from 255 or 23.08% from 65); Green value is 8 (3.52% from 255 or 12.31% from 65); Blue value is 42 (16.80% from 255 or 64.62% from 65); Max value from RGB is 42 - color contains mainly: blue. Hex color #0F082A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F082A is #F0F7D5. Grayscale: #0D0D0D. Windows color (decimal): -15792086 or 2754575. OLE color: 2754575.

HSL color Cylindrical-coordinate representation of color #0F082A: hue angle of 252.35º degrees, saturation: 0.68, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0F082A is Cyan = 0.64, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 15 8 42 -
CMYK 0.64 0.81 0 0.84
HSL 252.35º 0.68% 0.1% -
HSV(B) 252.35º 0.81% 0.16% -
XYZ 0.7 0.44 2.24 -
YUV 13.97 143.82 128.74 -
System Red Green Blue C M Y K H S L
Decimal 15 8 42 0.64 0.81 0 0.84 252.35 0.68 0.1
Hex F 8 2A 40 51 0 54 FC 44 A
Octal 17 10 52 100 121 0 124 374 104 12
Binary 1111 1000 101010 1000000 1010001 0 1010100 11111100 1000100 1010

Color Harmonies of #0F082A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F082A

Black with #0F082A

Text Example


Text Example

White with #0F082A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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