Html Css Color HEX #050764 Navy

📋 copy color: '#050764'

red 5 ◦ green 7 ◦ blue 100

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

Shades of Navy #050764

Tints of Navy #050764

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 89.29%

R = 4.46%
G = 6.25%
B = 89.29%

CMYK

 C value IS 0.95

 M value IS 0.93

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#050764 (or 0x050764) is known color: Navy. HEX triplet: 05, 07 and 64. RGB value is (5,7,100). Sum of RGB (Red+Green+Blue) = 5+7+100=112 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.46% from 112); Green value is 7 (3.12% from 255 or 6.25% from 112); Blue value is 100 (39.45% from 255 or 89.29% from 112); Max value from RGB is 100 - color contains mainly: blue. Hex color #050764 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050764 is #FAF89B. Grayscale: #101010. Windows color (decimal): -16447644 or 6555397. OLE color: 6555397.

HSL color Cylindrical-coordinate representation of color #050764: hue angle of 238.74º degrees, saturation: 0.9, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #050764 is Cyan = 0.95, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 5 7 100 -
CMYK 0.95 0.93 0 0.61
HSL 238.74º 0.9% 0.21% -
HSV(B) 238.74º 0.95% 0.39% -
XYZ 2.44 1.1 12.14 -
YUV 17 174.84 119.44 -
System Red Green Blue C M Y K H S L
Decimal 5 7 100 0.95 0.93 0 0.61 238.74 0.9 0.21
Hex 5 7 64 5F 5D 0 3D EF 5A 15
Octal 5 7 144 137 135 0 75 357 132 25
Binary 101 111 1100100 1011111 1011101 0 111101 11101111 1011010 10101

Color Harmonies of #050764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050764

Black with #050764

Text Example


Text Example

White with #050764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050764; }

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

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

background-color css

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

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

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

border-color css

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

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

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