Html Css Color HEX #090B7E Navy

📋 copy color: '#090B7E'

red 9 ◦ green 11 ◦ blue 126

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

Shades of Navy #090B7E

Tints of Navy #090B7E

RGB

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

 GREEN value IS 11 (4.69% from 255) = 7.53%

 BLUE value IS 126 (49.61% from 255) = 86.3%

R = 6.16%
G = 7.53%
B = 86.3%

CMYK

 C value IS 0.93

 M value IS 0.91

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#090B7E (or 0x090B7E) is known color: Navy. HEX triplet: 09, 0B and 7E. RGB value is (9,11,126). Sum of RGB (Red+Green+Blue) = 9+11+126=146 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.16% from 146); Green value is 11 (4.69% from 255 or 7.53% from 146); Blue value is 126 (49.61% from 255 or 86.30% from 146); Max value from RGB is 126 - color contains mainly: blue. Hex color #090B7E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #090B7E is #F6F481. Grayscale: #171717. Windows color (decimal): -16184450 or 8260361. OLE color: 8260361.

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

Color convert

RGB 9 11 126 -
CMYK 0.93 0.91 0 0.51
HSL 238.97º 0.87% 0.26% -
HSV(B) 238.97º 0.93% 0.49% -
XYZ 4 1.8 19.88 -
YUV 23.51 185.84 117.65 -
System Red Green Blue C M Y K H S L
Decimal 9 11 126 0.93 0.91 0 0.51 238.97 0.87 0.26
Hex 9 B 7E 5D 5B 0 33 EF 57 1A
Octal 11 13 176 135 133 0 63 357 127 32
Binary 1001 1011 1111110 1011101 1011011 0 110011 11101111 1010111 11010

Color Harmonies of #090B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090B7E

Black with #090B7E

Text Example


Text Example

White with #090B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,11,126); }

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

background-color css

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

 a { background-color: rgb(9,11,126); }

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

border-color css

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

 span { border-color: rgb(9,11,126); }

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