Html Css Color HEX #050266 Navy

📋 copy color: '#050266'

red 5 ◦ green 2 ◦ blue 102

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

Shades of Navy #050266

Tints of Navy #050266

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.83%

 BLUE value IS 102 (40.23% from 255) = 93.58%

R = 4.59%
G = 1.83%
B = 93.58%

CMYK

 C value IS 0.95

 M value IS 0.98

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#050266 (or 0x050266) is known color: Navy. HEX triplet: 05, 02 and 66. RGB value is (5,2,102). Sum of RGB (Red+Green+Blue) = 5+2+102=109 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.59% from 109); Green value is 2 (1.17% from 255 or 1.83% from 109); Blue value is 102 (40.23% from 255 or 93.58% from 109); Max value from RGB is 102 - color contains mainly: blue. Hex color #050266 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050266 is #FAFD99. Grayscale: #0D0D0D. Windows color (decimal): -16448922 or 6685189. OLE color: 6685189.

HSL color Cylindrical-coordinate representation of color #050266: hue angle of 241.8º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #050266 is Cyan = 0.95, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 5 2 102 -
CMYK 0.95 0.98 0 0.6
HSL 241.8º 0.96% 0.2% -
HSV(B) 241.8º 0.98% 0.4% -
XYZ 2.48 1.03 12.64 -
YUV 14.3 177.49 121.37 -
System Red Green Blue C M Y K H S L
Decimal 5 2 102 0.95 0.98 0 0.6 241.8 0.96 0.2
Hex 5 2 66 5F 62 0 3C F2 60 14
Octal 5 2 146 137 142 0 74 362 140 24
Binary 101 10 1100110 1011111 1100010 0 111100 11110010 1100000 10100

Color Harmonies of #050266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050266

Black with #050266

Text Example


Text Example

White with #050266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050266; }

 p { color: rgb(5,2,102); }

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

background-color css

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

 a { background-color: rgb(5,2,102); }

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

border-color css

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

 span { border-color: rgb(5,2,102); }

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