Html Css Color HEX #09047F Navy

📋 copy color: '#09047F'

red 9 ◦ green 4 ◦ blue 127

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

Shades of Navy #09047F

Tints of Navy #09047F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.86%

 BLUE value IS 127 (50% from 255) = 90.71%

R = 6.43%
G = 2.86%
B = 90.71%

CMYK

 C value IS 0.93

 M value IS 0.97

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#09047F (or 0x09047F) is known color: Navy. HEX triplet: 09, 04 and 7F. RGB value is (9,4,127). Sum of RGB (Red+Green+Blue) = 9+4+127=140 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.43% from 140); Green value is 4 (1.95% from 255 or 2.86% from 140); Blue value is 127 (50% from 255 or 90.71% from 140); Max value from RGB is 127 - color contains mainly: blue. Hex color #09047F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09047F is #F6FB80. Grayscale: #131313. Windows color (decimal): -16186241 or 8324105. OLE color: 8324105.

HSL color Cylindrical-coordinate representation of color #09047F: hue angle of 242.44º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #09047F is Cyan = 0.93, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 9 4 127 -
CMYK 0.93 0.97 0 0.50
HSL 242.44º 0.94% 0.26% -
HSV(B) 242.44º 0.97% 0.5% -
XYZ 3.99 1.68 20.19 -
YUV 19.52 188.66 120.5 -
System Red Green Blue C M Y K H S L
Decimal 9 4 127 0.93 0.97 0 0.50 242.44 0.94 0.26
Hex 9 4 7F 5D 61 0 32 F2 5E 1A
Octal 11 4 177 135 141 0 62 362 136 32
Binary 1001 100 1111111 1011101 1100001 0 110010 11110010 1011110 11010

Color Harmonies of #09047F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09047F

Black with #09047F

Text Example


Text Example

White with #09047F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09047F; }

 p { color: rgb(9,4,127); }

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

background-color css

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

 a { background-color: rgb(9,4,127); }

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

border-color css

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

 span { border-color: rgb(9,4,127); }

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