Html Css Color HEX #0F092B Jaguar

📋 copy color: '#0F092B'

red 15 ◦ green 9 ◦ blue 43

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

Shades of Jaguar #0F092B

Tints of Jaguar #0F092B

RGB

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

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

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

R = 22.39%
G = 13.43%
B = 64.18%

CMYK

 C value IS 0.65

 M value IS 0.79

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#0F092B (or 0x0F092B) is known color: Jaguar. HEX triplet: 0F, 09 and 2B. RGB value is (15,9,43). Sum of RGB (Red+Green+Blue) = 15+9+43=67 (8% of max value = 765). Red value is 15 (6.25% from 255 or 22.39% from 67); Green value is 9 (3.91% from 255 or 13.43% from 67); Blue value is 43 (17.19% from 255 or 64.18% from 67); Max value from RGB is 43 - color contains mainly: blue. Hex color #0F092B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F092B is #F0F6D4. Grayscale: #0E0E0E. Windows color (decimal): -15791829 or 2820367. OLE color: 2820367.

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

Color convert

RGB 15 9 43 -
CMYK 0.65 0.79 0 0.83
HSL 250.59º 0.65% 0.1% -
HSV(B) 250.59º 0.79% 0.17% -
XYZ 0.73 0.47 2.34 -
YUV 14.67 143.99 128.24 -
System Red Green Blue C M Y K H S L
Decimal 15 9 43 0.65 0.79 0 0.83 250.59 0.65 0.1
Hex F 9 2B 41 4F 0 53 FB 41 A
Octal 17 11 53 101 117 0 123 373 101 12
Binary 1111 1001 101011 1000001 1001111 0 1010011 11111011 1000001 1010

Color Harmonies of #0F092B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F092B

Black with #0F092B

Text Example


Text Example

White with #0F092B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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