Html Css Color HEX #050375 Navy

📋 copy color: '#050375'

red 5 ◦ green 3 ◦ blue 117

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

Shades of Navy #050375

Tints of Navy #050375

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.4%

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

R = 4%
G = 2.4%
B = 93.6%

CMYK

 C value IS 0.96

 M value IS 0.97

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#050375 (or 0x050375) is known color: Navy. HEX triplet: 05, 03 and 75. RGB value is (5,3,117). Sum of RGB (Red+Green+Blue) = 5+3+117=125 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4% from 125); Green value is 3 (1.56% from 255 or 2.4% from 125); Blue value is 117 (46.09% from 255 or 93.6% from 125); Max value from RGB is 117 - color contains mainly: blue. Hex color #050375 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050375 is #FAFC8A. Grayscale: #101010. Windows color (decimal): -16448651 or 7668485. OLE color: 7668485.

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

Color convert

RGB 5 3 117 -
CMYK 0.96 0.97 0 0.54
HSL 241.05º 0.95% 0.24% -
HSV(B) 241.05º 0.97% 0.46% -
XYZ 3.31 1.38 16.92 -
YUV 16.59 184.66 119.73 -
System Red Green Blue C M Y K H S L
Decimal 5 3 117 0.96 0.97 0 0.54 241.05 0.95 0.24
Hex 5 3 75 60 61 0 36 F1 5F 18
Octal 5 3 165 140 141 0 66 361 137 30
Binary 101 11 1110101 1100000 1100001 0 110110 11110001 1011111 11000

Color Harmonies of #050375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050375

Black with #050375

Text Example


Text Example

White with #050375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050375; }

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

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

background-color css

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

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

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

border-color css

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

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

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