Html Css Color HEX #050069 Navy

📋 copy color: '#050069'

red 5 ◦ green 0 ◦ blue 105

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

Shades of Navy #050069

Tints of Navy #050069

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 4.55%
G = 0%
B = 95.45%

CMYK

 C value IS 0.95

 M value IS 1

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#050069 (or 0x050069) is known color: Navy. HEX triplet: 05, 00 and 69. RGB value is (5,0,105). Sum of RGB (Red+Green+Blue) = 5+0+105=110 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.55% from 110); Green value is 0 (0.39% from 255 or 0% from 110); Blue value is 105 (41.41% from 255 or 95.45% from 110); Max value from RGB is 105 - color contains mainly: blue. Hex color #050069 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050069 is #FAFF96. Grayscale: #0D0D0D. Windows color (decimal): -16449431 or 6881285. OLE color: 6881285.

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

Color convert

RGB 5 0 105 -
CMYK 0.95 1 0 0.59
HSL 242.86º 1% 0.21% -
HSV(B) 242.86º 1% 0.41% -
XYZ 2.61 1.05 13.43 -
YUV 13.47 179.66 121.96 -
System Red Green Blue C M Y K H S L
Decimal 5 0 105 0.95 1 0 0.59 242.86 1 0.21
Hex 5 0 69 5F 64 0 3B F3 64 15
Octal 5 0 151 137 144 0 73 363 144 25
Binary 101 0 1101001 1011111 1100100 0 111011 11110011 1100100 10101

Color Harmonies of #050069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050069

Black with #050069

Text Example


Text Example

White with #050069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050069; }

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

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

background-color css

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

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

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

border-color css

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

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

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