Html Css Color HEX #090168 Navy

📋 copy color: '#090168'

red 9 ◦ green 1 ◦ blue 104

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

Shades of Navy #090168

Tints of Navy #090168

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.88%

 BLUE value IS 104 (41.02% from 255) = 91.23%

R = 7.89%
G = 0.88%
B = 91.23%

CMYK

 C value IS 0.91

 M value IS 0.99

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#090168 (or 0x090168) is known color: Navy. HEX triplet: 09, 01 and 68. RGB value is (9,1,104). Sum of RGB (Red+Green+Blue) = 9+1+104=114 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.89% from 114); Green value is 1 (0.78% from 255 or 0.88% from 114); Blue value is 104 (41.02% from 255 or 91.23% from 114); Max value from RGB is 104 - color contains mainly: blue. Hex color #090168 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #090168 is #F6FE97. Grayscale: #0E0E0E. Windows color (decimal): -16187032 or 6816009. OLE color: 6816009.

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

Color convert

RGB 9 1 104 -
CMYK 0.91 0.99 0 0.59
HSL 244.66º 0.98% 0.21% -
HSV(B) 244.66º 0.99% 0.41% -
XYZ 2.62 1.08 13.17 -
YUV 15.13 178.15 123.62 -
System Red Green Blue C M Y K H S L
Decimal 9 1 104 0.91 0.99 0 0.59 244.66 0.98 0.21
Hex 9 1 68 5B 63 0 3B F5 62 15
Octal 11 1 150 133 143 0 73 365 142 25
Binary 1001 1 1101000 1011011 1100011 0 111011 11110101 1100010 10101

Color Harmonies of #090168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090168

Black with #090168

Text Example


Text Example

White with #090168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090168; }

 p { color: rgb(9,1,104); }

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

background-color css

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

 a { background-color: rgb(9,1,104); }

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

border-color css

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

 span { border-color: rgb(9,1,104); }

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