Html Css Color HEX #0F082E Jaguar

📋 copy color: '#0F082E'

red 15 ◦ green 8 ◦ blue 46

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

Shades of Jaguar #0F082E

Tints of Jaguar #0F082E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 66.67%

R = 21.74%
G = 11.59%
B = 66.67%

CMYK

 C value IS 0.67

 M value IS 0.83

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#0F082E (or 0x0F082E) is known color: Jaguar. HEX triplet: 0F, 08 and 2E. RGB value is (15,8,46). Sum of RGB (Red+Green+Blue) = 15+8+46=69 (9% of max value = 765). Red value is 15 (6.25% from 255 or 21.74% from 69); Green value is 8 (3.52% from 255 or 11.59% from 69); Blue value is 46 (18.36% from 255 or 66.67% from 69); Max value from RGB is 46 - color contains mainly: blue. Hex color #0F082E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F082E is #F0F7D1. Grayscale: #0E0E0E. Windows color (decimal): -15792082 or 3016719. OLE color: 3016719.

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

Color convert

RGB 15 8 46 -
CMYK 0.67 0.83 0 0.82
HSL 251.05º 0.7% 0.11% -
HSV(B) 251.05º 0.83% 0.18% -
XYZ 0.78 0.47 2.64 -
YUV 14.43 145.82 128.41 -
System Red Green Blue C M Y K H S L
Decimal 15 8 46 0.67 0.83 0 0.82 251.05 0.7 0.11
Hex F 8 2E 43 53 0 52 FB 46 B
Octal 17 10 56 103 123 0 122 373 106 13
Binary 1111 1000 101110 1000011 1010011 0 1010010 11111011 1000110 1011

Color Harmonies of #0F082E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F082E

Black with #0F082E

Text Example


Text Example

White with #0F082E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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