Html Css Color HEX #0F082B Jaguar

📋 copy color: '#0F082B'

red 15 ◦ green 8 ◦ blue 43

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

Shades of Jaguar #0F082B

Tints of Jaguar #0F082B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 65.15%

R = 22.73%
G = 12.12%
B = 65.15%

CMYK

 C value IS 0.65

 M value IS 0.81

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#0F082B (or 0x0F082B) is known color: Jaguar. HEX triplet: 0F, 08 and 2B. RGB value is (15,8,43). Sum of RGB (Red+Green+Blue) = 15+8+43=66 (8% of max value = 765). Red value is 15 (6.25% from 255 or 22.73% from 66); Green value is 8 (3.52% from 255 or 12.12% from 66); Blue value is 43 (17.19% from 255 or 65.15% from 66); Max value from RGB is 43 - color contains mainly: blue. Hex color #0F082B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F082B is #F0F7D4. Grayscale: #0D0D0D. Windows color (decimal): -15792085 or 2820111. OLE color: 2820111.

HSL color Cylindrical-coordinate representation of color #0F082B: hue angle of 252º degrees, saturation: 0.69, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0F082B is Cyan = 0.65, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 15 8 43 -
CMYK 0.65 0.81 0 0.83
HSL 252º 0.69% 0.1% -
HSV(B) 252º 0.81% 0.17% -
XYZ 0.72 0.45 2.33 -
YUV 14.08 144.32 128.65 -
System Red Green Blue C M Y K H S L
Decimal 15 8 43 0.65 0.81 0 0.83 252 0.69 0.1
Hex F 8 2B 41 51 0 53 FC 45 A
Octal 17 10 53 101 121 0 123 374 105 12
Binary 1111 1000 101011 1000001 1010001 0 1010011 11111100 1000101 1010

Color Harmonies of #0F082B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F082B

Black with #0F082B

Text Example


Text Example

White with #0F082B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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