Html Css Color HEX #090F83 Navy

📋 copy color: '#090F83'

red 9 ◦ green 15 ◦ blue 131

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

Shades of Navy #090F83

Tints of Navy #090F83

RGB

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

 GREEN value IS 15 (6.25% from 255) = 9.68%

 BLUE value IS 131 (51.56% from 255) = 84.52%

R = 5.81%
G = 9.68%
B = 84.52%

CMYK

 C value IS 0.93

 M value IS 0.89

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#090F83 (or 0x090F83) is known color: Navy. HEX triplet: 09, 0F and 83. RGB value is (9,15,131). Sum of RGB (Red+Green+Blue) = 9+15+131=155 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.81% from 155); Green value is 15 (6.25% from 255 or 9.68% from 155); Blue value is 131 (51.56% from 255 or 84.52% from 155); Max value from RGB is 131 - color contains mainly: blue. Hex color #090F83 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #090F83 is #F6F07C. Grayscale: #191919. Windows color (decimal): -16183421 or 8589065. OLE color: 8589065.

HSL color Cylindrical-coordinate representation of color #090F83: hue angle of 237.05º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #090F83 is Cyan = 0.93, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 9 15 131 -
CMYK 0.93 0.89 0 0.49
HSL 237.05º 0.87% 0.27% -
HSV(B) 237.05º 0.93% 0.51% -
XYZ 4.38 2.04 21.64 -
YUV 26.43 187.01 115.57 -
System Red Green Blue C M Y K H S L
Decimal 9 15 131 0.93 0.89 0 0.49 237.05 0.87 0.27
Hex 9 F 83 5D 59 0 31 ED 57 1B
Octal 11 17 203 135 131 0 61 355 127 33
Binary 1001 1111 10000011 1011101 1011001 0 110001 11101101 1010111 11011

Color Harmonies of #090F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090F83

Black with #090F83

Text Example


Text Example

White with #090F83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090F83; }

 p { color: rgb(9,15,131); }

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

background-color css

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

 a { background-color: rgb(9,15,131); }

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

border-color css

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

 span { border-color: rgb(9,15,131); }

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