Html Css Color HEX #050766 Navy

📋 copy color: '#050766'

red 5 ◦ green 7 ◦ blue 102

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

Shades of Navy #050766

Tints of Navy #050766

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 89.47%

R = 4.39%
G = 6.14%
B = 89.47%

CMYK

 C value IS 0.95

 M value IS 0.93

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#050766 (or 0x050766) is known color: Navy. HEX triplet: 05, 07 and 66. RGB value is (5,7,102). Sum of RGB (Red+Green+Blue) = 5+7+102=114 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.39% from 114); Green value is 7 (3.12% from 255 or 6.14% from 114); Blue value is 102 (40.23% from 255 or 89.47% from 114); Max value from RGB is 102 - color contains mainly: blue. Hex color #050766 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050766 is #FAF899. Grayscale: #101010. Windows color (decimal): -16447642 or 6686469. OLE color: 6686469.

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

Color convert

RGB 5 7 102 -
CMYK 0.95 0.93 0 0.6
HSL 238.76º 0.91% 0.21% -
HSV(B) 238.76º 0.95% 0.4% -
XYZ 2.54 1.14 12.66 -
YUV 17.23 175.84 119.28 -
System Red Green Blue C M Y K H S L
Decimal 5 7 102 0.95 0.93 0 0.6 238.76 0.91 0.21
Hex 5 7 66 5F 5D 0 3C EF 5B 15
Octal 5 7 146 137 135 0 74 357 133 25
Binary 101 111 1100110 1011111 1011101 0 111100 11101111 1011011 10101

Color Harmonies of #050766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050766

Black with #050766

Text Example


Text Example

White with #050766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050766; }

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

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

background-color css

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

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

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

border-color css

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

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

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