Html Css Color HEX #090185 Navy

📋 copy color: '#090185'

red 9 ◦ green 1 ◦ blue 133

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

Shades of Navy #090185

Tints of Navy #090185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 93.01%

R = 6.29%
G = 0.7%
B = 93.01%

CMYK

 C value IS 0.93

 M value IS 0.99

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#090185 (or 0x090185) is known color: Navy. HEX triplet: 09, 01 and 85. RGB value is (9,1,133). Sum of RGB (Red+Green+Blue) = 9+1+133=143 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.29% from 143); Green value is 1 (0.78% from 255 or 0.70% from 143); Blue value is 133 (52.34% from 255 or 93.01% from 143); Max value from RGB is 133 - color contains mainly: blue. Hex color #090185 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #090185 is #F6FE7A. Grayscale: #111111. Windows color (decimal): -16187003 or 8716553. OLE color: 8716553.

HSL color Cylindrical-coordinate representation of color #090185: hue angle of 243.64º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #090185 is Cyan = 0.93, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 9 1 133 -
CMYK 0.93 0.99 0 0.48
HSL 243.64º 0.99% 0.26% -
HSV(B) 243.64º 0.99% 0.52% -
XYZ 4.36 1.77 22.3 -
YUV 18.44 192.65 121.27 -
System Red Green Blue C M Y K H S L
Decimal 9 1 133 0.93 0.99 0 0.48 243.64 0.99 0.26
Hex 9 1 85 5D 63 0 30 F4 63 1A
Octal 11 1 205 135 143 0 60 364 143 32
Binary 1001 1 10000101 1011101 1100011 0 110000 11110100 1100011 11010

Color Harmonies of #090185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090185

Black with #090185

Text Example


Text Example

White with #090185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090185; }

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

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

background-color css

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

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

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

border-color css

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

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

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