Html Css Color HEX #090219 Jaguar

📋 copy color: '#090219'

red 9 ◦ green 2 ◦ blue 25

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

Shades of Jaguar #090219

Tints of Jaguar #090219

RGB

 RED value IS 9 (3.91% from 255) = 25%

 GREEN value IS 2 (1.17% from 255) = 5.56%

 BLUE value IS 25 (10.16% from 255) = 69.44%

R = 25%
G = 5.56%
B = 69.44%

CMYK

 C value IS 0.64

 M value IS 0.92

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#090219 (or 0x090219) is known color: Jaguar. HEX triplet: 09, 02 and 19. RGB value is (9,2,25). Sum of RGB (Red+Green+Blue) = 9+2+25=36 (4% of max value = 765). Red value is 9 (3.91% from 255 or 25% from 36); Green value is 2 (1.17% from 255 or 5.56% from 36); Blue value is 25 (10.16% from 255 or 69.44% from 36); Max value from RGB is 25 - color contains mainly: blue. Hex color #090219 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090219 is #F6FDE6. Grayscale: #060606. Windows color (decimal): -16186855 or 1638921. OLE color: 1638921.

HSL color Cylindrical-coordinate representation of color #090219: hue angle of 258.26º degrees, saturation: 0.85, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #090219 is Cyan = 0.64, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 9 2 25 -
CMYK 0.64 0.92 0 0.90
HSL 258.26º 0.85% 0.05% -
HSV(B) 258.26º 0.92% 0.1% -
XYZ 0.31 0.17 0.94 -
YUV 6.72 138.32 129.63 -
System Red Green Blue C M Y K H S L
Decimal 9 2 25 0.64 0.92 0 0.90 258.26 0.85 0.05
Hex 9 2 19 40 5C 0 5A 102 55 5
Octal 11 2 31 100 134 0 132 402 125 5
Binary 1001 10 11001 1000000 1011100 0 1011010 100000010 1010101 101

Color Harmonies of #090219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090219

Black with #090219

Text Example


Text Example

White with #090219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090219; }

 p { color: rgb(9,2,25); }

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

background-color css

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

 a { background-color: rgb(9,2,25); }

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

border-color css

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

 span { border-color: rgb(9,2,25); }

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