Html Css Color HEX #050669 Navy

📋 copy color: '#050669'

red 5 ◦ green 6 ◦ blue 105

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

Shades of Navy #050669

Tints of Navy #050669

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5.17%

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

R = 4.31%
G = 5.17%
B = 90.52%

CMYK

 C value IS 0.95

 M value IS 0.94

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#050669 (or 0x050669) is known color: Navy. HEX triplet: 05, 06 and 69. RGB value is (5,6,105). Sum of RGB (Red+Green+Blue) = 5+6+105=116 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.31% from 116); Green value is 6 (2.73% from 255 or 5.17% from 116); Blue value is 105 (41.41% from 255 or 90.52% from 116); Max value from RGB is 105 - color contains mainly: blue. Hex color #050669 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050669 is #FAF996. Grayscale: #101010. Windows color (decimal): -16447895 or 6882821. OLE color: 6882821.

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

Color convert

RGB 5 6 105 -
CMYK 0.95 0.94 0 0.59
HSL 239.4º 0.91% 0.22% -
HSV(B) 239.4º 0.95% 0.41% -
XYZ 2.68 1.18 13.45 -
YUV 16.99 177.67 119.45 -
System Red Green Blue C M Y K H S L
Decimal 5 6 105 0.95 0.94 0 0.59 239.4 0.91 0.22
Hex 5 6 69 5F 5E 0 3B EF 5B 16
Octal 5 6 151 137 136 0 73 357 133 26
Binary 101 110 1101001 1011111 1011110 0 111011 11101111 1011011 10110

Color Harmonies of #050669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050669

Black with #050669

Text Example


Text Example

White with #050669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050669; }

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

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

background-color css

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

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

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

border-color css

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

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

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