Html Css Color HEX #050275 Navy

📋 copy color: '#050275'

red 5 ◦ green 2 ◦ blue 117

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

Shades of Navy #050275

Tints of Navy #050275

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.61%

 BLUE value IS 117 (46.09% from 255) = 94.35%

R = 4.03%
G = 1.61%
B = 94.35%

CMYK

 C value IS 0.96

 M value IS 0.98

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#050275 (or 0x050275) is known color: Navy. HEX triplet: 05, 02 and 75. RGB value is (5,2,117). Sum of RGB (Red+Green+Blue) = 5+2+117=124 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.03% from 124); Green value is 2 (1.17% from 255 or 1.61% from 124); Blue value is 117 (46.09% from 255 or 94.35% from 124); Max value from RGB is 117 - color contains mainly: blue. Hex color #050275 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050275 is #FAFD8A. Grayscale: #0F0F0F. Windows color (decimal): -16448907 or 7668229. OLE color: 7668229.

HSL color Cylindrical-coordinate representation of color #050275: hue angle of 241.57º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #050275 is Cyan = 0.96, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 5 2 117 -
CMYK 0.96 0.98 0 0.54
HSL 241.57º 0.97% 0.23% -
HSV(B) 241.57º 0.98% 0.46% -
XYZ 3.3 1.36 16.92 -
YUV 16.01 184.99 120.15 -
System Red Green Blue C M Y K H S L
Decimal 5 2 117 0.96 0.98 0 0.54 241.57 0.97 0.23
Hex 5 2 75 60 62 0 36 F2 61 17
Octal 5 2 165 140 142 0 66 362 141 27
Binary 101 10 1110101 1100000 1100010 0 110110 11110010 1100001 10111

Color Harmonies of #050275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050275

Black with #050275

Text Example


Text Example

White with #050275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050275; }

 p { color: rgb(5,2,117); }

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

background-color css

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

 a { background-color: rgb(5,2,117); }

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

border-color css

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

 span { border-color: rgb(5,2,117); }

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