Html Css Color HEX #050268 Navy

📋 copy color: '#050268'

red 5 ◦ green 2 ◦ blue 104

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

Shades of Navy #050268

Tints of Navy #050268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 93.69%

R = 4.5%
G = 1.8%
B = 93.69%

CMYK

 C value IS 0.95

 M value IS 0.98

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#050268 (or 0x050268) is known color: Navy. HEX triplet: 05, 02 and 68. RGB value is (5,2,104). Sum of RGB (Red+Green+Blue) = 5+2+104=111 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.50% from 111); Green value is 2 (1.17% from 255 or 1.80% from 111); Blue value is 104 (41.02% from 255 or 93.69% from 111); Max value from RGB is 104 - color contains mainly: blue. Hex color #050268 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050268 is #FAFD97. Grayscale: #0E0E0E. Windows color (decimal): -16448920 or 6816261. OLE color: 6816261.

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

Color convert

RGB 5 2 104 -
CMYK 0.95 0.98 0 0.59
HSL 241.76º 0.96% 0.21% -
HSV(B) 241.76º 0.98% 0.41% -
XYZ 2.58 1.08 13.17 -
YUV 14.53 178.49 121.21 -
System Red Green Blue C M Y K H S L
Decimal 5 2 104 0.95 0.98 0 0.59 241.76 0.96 0.21
Hex 5 2 68 5F 62 0 3B F2 60 15
Octal 5 2 150 137 142 0 73 362 140 25
Binary 101 10 1101000 1011111 1100010 0 111011 11110010 1100000 10101

Color Harmonies of #050268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050268

Black with #050268

Text Example


Text Example

White with #050268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050268; }

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

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

background-color css

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

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

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

border-color css

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

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

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