Html Css Color HEX #050274 Navy

📋 copy color: '#050274'

red 5 ◦ green 2 ◦ blue 116

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

Shades of Navy #050274

Tints of Navy #050274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 94.31%

R = 4.07%
G = 1.63%
B = 94.31%

CMYK

 C value IS 0.96

 M value IS 0.98

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#050274 (or 0x050274) is known color: Navy. HEX triplet: 05, 02 and 74. RGB value is (5,2,116). Sum of RGB (Red+Green+Blue) = 5+2+116=123 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.07% from 123); Green value is 2 (1.17% from 255 or 1.63% from 123); Blue value is 116 (45.70% from 255 or 94.31% from 123); Max value from RGB is 116 - color contains mainly: blue. Hex color #050274 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050274 is #FAFD8B. Grayscale: #0F0F0F. Windows color (decimal): -16448908 or 7602693. OLE color: 7602693.

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

Color convert

RGB 5 2 116 -
CMYK 0.96 0.98 0 0.55
HSL 241.58º 0.97% 0.23% -
HSV(B) 241.58º 0.98% 0.45% -
XYZ 3.24 1.34 16.61 -
YUV 15.89 184.49 120.23 -
System Red Green Blue C M Y K H S L
Decimal 5 2 116 0.96 0.98 0 0.55 241.58 0.97 0.23
Hex 5 2 74 60 62 0 37 F2 61 17
Octal 5 2 164 140 142 0 67 362 141 27
Binary 101 10 1110100 1100000 1100010 0 110111 11110010 1100001 10111

Color Harmonies of #050274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050274

Black with #050274

Text Example


Text Example

White with #050274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050274; }

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

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

background-color css

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

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

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

border-color css

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

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

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