Html Css Color HEX #090269 Navy

📋 copy color: '#090269'

red 9 ◦ green 2 ◦ blue 105

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

Shades of Navy #090269

Tints of Navy #090269

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 90.52%

R = 7.76%
G = 1.72%
B = 90.52%

CMYK

 C value IS 0.91

 M value IS 0.98

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#090269 (or 0x090269) is known color: Navy. HEX triplet: 09, 02 and 69. RGB value is (9,2,105). Sum of RGB (Red+Green+Blue) = 9+2+105=116 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.76% from 116); Green value is 2 (1.17% from 255 or 1.72% from 116); Blue value is 105 (41.41% from 255 or 90.52% from 116); Max value from RGB is 105 - color contains mainly: blue. Hex color #090269 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #090269 is #F6FD96. Grayscale: #0F0F0F. Windows color (decimal): -16186775 or 6881801. OLE color: 6881801.

HSL color Cylindrical-coordinate representation of color #090269: hue angle of 244.08º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #090269 is Cyan = 0.91, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 9 2 105 -
CMYK 0.91 0.98 0 0.59
HSL 244.08º 0.96% 0.21% -
HSV(B) 244.08º 0.98% 0.41% -
XYZ 2.68 1.12 13.44 -
YUV 15.84 178.32 123.12 -
System Red Green Blue C M Y K H S L
Decimal 9 2 105 0.91 0.98 0 0.59 244.08 0.96 0.21
Hex 9 2 69 5B 62 0 3B F4 60 15
Octal 11 2 151 133 142 0 73 364 140 25
Binary 1001 10 1101001 1011011 1100010 0 111011 11110100 1100000 10101

Color Harmonies of #090269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090269

Black with #090269

Text Example


Text Example

White with #090269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090269; }

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

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

background-color css

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

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

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

border-color css

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

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

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