Html Css Color HEX #050768 Navy

📋 copy color: '#050768'

red 5 ◦ green 7 ◦ blue 104

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

Shades of Navy #050768

Tints of Navy #050768

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 89.66%

R = 4.31%
G = 6.03%
B = 89.66%

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

#050768 (or 0x050768) is known color: Navy. HEX triplet: 05, 07 and 68. RGB value is (5,7,104). Sum of RGB (Red+Green+Blue) = 5+7+104=116 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.31% from 116); Green value is 7 (3.12% from 255 or 6.03% from 116); Blue value is 104 (41.02% from 255 or 89.66% from 116); Max value from RGB is 104 - color contains mainly: blue. Hex color #050768 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050768 is #FAF897. Grayscale: #111111. Windows color (decimal): -16447640 or 6817541. OLE color: 6817541.

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

Color convert

RGB 5 7 104 -
CMYK 0.95 0.93 0 0.59
HSL 238.79º 0.91% 0.21% -
HSV(B) 238.79º 0.95% 0.41% -
XYZ 2.64 1.18 13.19 -
YUV 17.46 176.84 119.11 -
System Red Green Blue C M Y K H S L
Decimal 5 7 104 0.95 0.93 0 0.59 238.79 0.91 0.21
Hex 5 7 68 5F 5D 0 3B EF 5B 15
Octal 5 7 150 137 135 0 73 357 133 25
Binary 101 111 1101000 1011111 1011101 0 111011 11101111 1011011 10101

Color Harmonies of #050768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050768

Black with #050768

Text Example


Text Example

White with #050768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050768; }

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

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

background-color css

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

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

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

border-color css

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

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

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