Html Css Color HEX #050769 Navy

📋 copy color: '#050769'

red 5 ◦ green 7 ◦ blue 105

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

Shades of Navy #050769

Tints of Navy #050769

RGB

 RED value IS 5 (2.34% from 255) = 4.27%

 GREEN value IS 7 (3.13% from 255) = 5.98%

 BLUE value IS 105 (41.41% from 255) = 89.74%

R = 4.27%
G = 5.98%
B = 89.74%

CMYK

 C value IS 0.95

 M value IS 0.93

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#050769 (or 0x050769) is known color: Navy. HEX triplet: 05, 07 and 69. RGB value is (5,7,105). Sum of RGB (Red+Green+Blue) = 5+7+105=117 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.27% from 117); Green value is 7 (3.12% from 255 or 5.98% from 117); Blue value is 105 (41.41% from 255 or 89.74% from 117); Max value from RGB is 105 - color contains mainly: blue. Hex color #050769 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050769 is #FAF896. Grayscale: #111111. Windows color (decimal): -16447639 or 6883077. OLE color: 6883077.

HSL color Cylindrical-coordinate representation of color #050769: hue angle of 238.8º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #050769 is Cyan = 0.95, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 5 7 105 -
CMYK 0.95 0.93 0 0.59
HSL 238.8º 0.91% 0.22% -
HSV(B) 238.8º 0.95% 0.41% -
XYZ 2.69 1.2 13.46 -
YUV 17.57 177.34 119.03 -
System Red Green Blue C M Y K H S L
Decimal 5 7 105 0.95 0.93 0 0.59 238.8 0.91 0.22
Hex 5 7 69 5F 5D 0 3B EF 5B 16
Octal 5 7 151 137 135 0 73 357 133 26
Binary 101 111 1101001 1011111 1011101 0 111011 11101111 1011011 10110

Color Harmonies of #050769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050769

Black with #050769

Text Example


Text Example

White with #050769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050769; }

 p { color: rgb(5,7,105); }

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

background-color css

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

 a { background-color: rgb(5,7,105); }

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

border-color css

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

 span { border-color: rgb(5,7,105); }

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