Html Css Color HEX #09117B Navy

📋 copy color: '#09117B'

red 9 ◦ green 17 ◦ blue 123

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

Shades of Navy #09117B

Tints of Navy #09117B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 11.41%

 BLUE value IS 123 (48.44% from 255) = 82.55%

R = 6.04%
G = 11.41%
B = 82.55%

CMYK

 C value IS 0.93

 M value IS 0.86

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#09117B (or 0x09117B) is known color: Navy. HEX triplet: 09, 11 and 7B. RGB value is (9,17,123). Sum of RGB (Red+Green+Blue) = 9+17+123=149 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.04% from 149); Green value is 17 (7.03% from 255 or 11.41% from 149); Blue value is 123 (48.44% from 255 or 82.55% from 149); Max value from RGB is 123 - color contains mainly: blue. Hex color #09117B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09117B is #F6EE84. Grayscale: #1A1A1A. Windows color (decimal): -16182917 or 8065289. OLE color: 8065289.

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

Color convert

RGB 9 17 123 -
CMYK 0.93 0.86 0 0.52
HSL 235.79º 0.86% 0.26% -
HSV(B) 235.79º 0.93% 0.48% -
XYZ 3.89 1.89 18.9 -
YUV 26.69 182.35 115.38 -
System Red Green Blue C M Y K H S L
Decimal 9 17 123 0.93 0.86 0 0.52 235.79 0.86 0.26
Hex 9 11 7B 5D 56 0 34 EC 56 1A
Octal 11 21 173 135 126 0 64 354 126 32
Binary 1001 10001 1111011 1011101 1010110 0 110100 11101100 1010110 11010

Color Harmonies of #09117B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09117B

Black with #09117B

Text Example


Text Example

White with #09117B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09117B; }

 p { color: rgb(9,17,123); }

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

background-color css

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

 a { background-color: rgb(9,17,123); }

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

border-color css

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

 span { border-color: rgb(9,17,123); }

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