Html Css Color HEX #090069 Navy

📋 copy color: '#090069'

red 9 ◦ green 0 ◦ blue 105

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

Shades of Navy #090069

Tints of Navy #090069

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 7.89%
G = 0%
B = 92.11%

CMYK

 C value IS 0.91

 M value IS 1

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#090069 (or 0x090069) is known color: Navy. HEX triplet: 09, 00 and 69. RGB value is (9,0,105). Sum of RGB (Red+Green+Blue) = 9+0+105=114 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.89% from 114); Green value is 0 (0.39% from 255 or 0% from 114); Blue value is 105 (41.41% from 255 or 92.11% from 114); Max value from RGB is 105 - color contains mainly: blue. Hex color #090069 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #090069 is #F6FF96. Grayscale: #0E0E0E. Windows color (decimal): -16187287 or 6881289. OLE color: 6881289.

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

Color convert

RGB 9 0 105 -
CMYK 0.91 1 0 0.59
HSL 245.14º 1% 0.21% -
HSV(B) 245.14º 1% 0.41% -
XYZ 2.66 1.08 13.43 -
YUV 14.66 178.98 123.96 -
System Red Green Blue C M Y K H S L
Decimal 9 0 105 0.91 1 0 0.59 245.14 1 0.21
Hex 9 0 69 5B 64 0 3B F5 64 15
Octal 11 0 151 133 144 0 73 365 144 25
Binary 1001 0 1101001 1011011 1100100 0 111011 11110101 1100100 10101

Color Harmonies of #090069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090069

Black with #090069

Text Example


Text Example

White with #090069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090069; }

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

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

background-color css

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

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

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

border-color css

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

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

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