Html Css Color HEX #050665 Navy

📋 copy color: '#050665'

red 5 ◦ green 6 ◦ blue 101

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

Shades of Navy #050665

Tints of Navy #050665

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 90.18%

R = 4.46%
G = 5.36%
B = 90.18%

CMYK

 C value IS 0.95

 M value IS 0.94

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#050665 (or 0x050665) is known color: Navy. HEX triplet: 05, 06 and 65. RGB value is (5,6,101). Sum of RGB (Red+Green+Blue) = 5+6+101=112 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.46% from 112); Green value is 6 (2.73% from 255 or 5.36% from 112); Blue value is 101 (39.84% from 255 or 90.18% from 112); Max value from RGB is 101 - color contains mainly: blue. Hex color #050665 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050665 is #FAF99A. Grayscale: #101010. Windows color (decimal): -16447899 or 6620677. OLE color: 6620677.

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

Color convert

RGB 5 6 101 -
CMYK 0.95 0.94 0 0.60
HSL 239.38º 0.91% 0.21% -
HSV(B) 239.38º 0.95% 0.4% -
XYZ 2.48 1.1 12.39 -
YUV 16.53 175.67 119.78 -
System Red Green Blue C M Y K H S L
Decimal 5 6 101 0.95 0.94 0 0.60 239.38 0.91 0.21
Hex 5 6 65 5F 5E 0 3C EF 5B 15
Octal 5 6 145 137 136 0 74 357 133 25
Binary 101 110 1100101 1011111 1011110 0 111100 11101111 1011011 10101

Color Harmonies of #050665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050665

Black with #050665

Text Example


Text Example

White with #050665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050665; }

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

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

background-color css

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

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

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

border-color css

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

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

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