Html Css Color HEX #050369 Navy

📋 copy color: '#050369'

red 5 ◦ green 3 ◦ blue 105

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

Shades of Navy #050369

Tints of Navy #050369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 92.92%

R = 4.42%
G = 2.65%
B = 92.92%

CMYK

 C value IS 0.95

 M value IS 0.97

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#050369 (or 0x050369) is known color: Navy. HEX triplet: 05, 03 and 69. RGB value is (5,3,105). Sum of RGB (Red+Green+Blue) = 5+3+105=113 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.42% from 113); Green value is 3 (1.56% from 255 or 2.65% from 113); Blue value is 105 (41.41% from 255 or 92.92% from 113); Max value from RGB is 105 - color contains mainly: blue. Hex color #050369 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050369 is #FAFC96. Grayscale: #0E0E0E. Windows color (decimal): -16448663 or 6882053. OLE color: 6882053.

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

Color convert

RGB 5 3 105 -
CMYK 0.95 0.97 0 0.59
HSL 241.18º 0.94% 0.21% -
HSV(B) 241.18º 0.97% 0.41% -
XYZ 2.64 1.12 13.44 -
YUV 15.23 178.66 120.71 -
System Red Green Blue C M Y K H S L
Decimal 5 3 105 0.95 0.97 0 0.59 241.18 0.94 0.21
Hex 5 3 69 5F 61 0 3B F1 5E 15
Octal 5 3 151 137 141 0 73 361 136 25
Binary 101 11 1101001 1011111 1100001 0 111011 11110001 1011110 10101

Color Harmonies of #050369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050369

Black with #050369

Text Example


Text Example

White with #050369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050369; }

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

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

background-color css

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

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

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

border-color css

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

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

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