Html Css Color HEX #090271 Navy

📋 copy color: '#090271'

red 9 ◦ green 2 ◦ blue 113

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

Shades of Navy #090271

Tints of Navy #090271

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 91.13%

R = 7.26%
G = 1.61%
B = 91.13%

CMYK

 C value IS 0.92

 M value IS 0.98

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#090271 (or 0x090271) is known color: Navy. HEX triplet: 09, 02 and 71. RGB value is (9,2,113). Sum of RGB (Red+Green+Blue) = 9+2+113=124 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.26% from 124); Green value is 2 (1.17% from 255 or 1.61% from 124); Blue value is 113 (44.53% from 255 or 91.13% from 124); Max value from RGB is 113 - color contains mainly: blue. Hex color #090271 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #090271 is #F6FD8E. Grayscale: #101010. Windows color (decimal): -16186767 or 7406089. OLE color: 7406089.

HSL color Cylindrical-coordinate representation of color #090271: hue angle of 243.78º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #090271 is Cyan = 0.92, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 9 2 113 -
CMYK 0.92 0.98 0 0.56
HSL 243.78º 0.97% 0.23% -
HSV(B) 243.78º 0.98% 0.44% -
XYZ 3.12 1.29 15.71 -
YUV 16.75 182.32 122.47 -
System Red Green Blue C M Y K H S L
Decimal 9 2 113 0.92 0.98 0 0.56 243.78 0.97 0.23
Hex 9 2 71 5C 62 0 38 F4 61 17
Octal 11 2 161 134 142 0 70 364 141 27
Binary 1001 10 1110001 1011100 1100010 0 111000 11110100 1100001 10111

Color Harmonies of #090271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090271

Black with #090271

Text Example


Text Example

White with #090271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090271; }

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

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

background-color css

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

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

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

border-color css

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

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

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