Html Css Color HEX #050270 Navy

📋 copy color: '#050270'

red 5 ◦ green 2 ◦ blue 112

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

Shades of Navy #050270

Tints of Navy #050270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 94.12%

R = 4.2%
G = 1.68%
B = 94.12%

CMYK

 C value IS 0.96

 M value IS 0.98

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#050270 (or 0x050270) is known color: Navy. HEX triplet: 05, 02 and 70. RGB value is (5,2,112). Sum of RGB (Red+Green+Blue) = 5+2+112=119 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.20% from 119); Green value is 2 (1.17% from 255 or 1.68% from 119); Blue value is 112 (44.14% from 255 or 94.12% from 119); Max value from RGB is 112 - color contains mainly: blue. Hex color #050270 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050270 is #FAFD8F. Grayscale: #0F0F0F. Windows color (decimal): -16448912 or 7340549. OLE color: 7340549.

HSL color Cylindrical-coordinate representation of color #050270: hue angle of 241.64º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #050270 is Cyan = 0.96, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 5 2 112 -
CMYK 0.96 0.98 0 0.56
HSL 241.64º 0.96% 0.22% -
HSV(B) 241.64º 0.98% 0.44% -
XYZ 3.01 1.25 15.41 -
YUV 15.44 182.49 120.56 -
System Red Green Blue C M Y K H S L
Decimal 5 2 112 0.96 0.98 0 0.56 241.64 0.96 0.22
Hex 5 2 70 60 62 0 38 F2 60 16
Octal 5 2 160 140 142 0 70 362 140 26
Binary 101 10 1110000 1100000 1100010 0 111000 11110010 1100000 10110

Color Harmonies of #050270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050270

Black with #050270

Text Example


Text Example

White with #050270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050270; }

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

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

background-color css

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

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

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

border-color css

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

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

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