Html Css Color HEX #050068 Navy

📋 copy color: '#050068'

red 5 ◦ green 0 ◦ blue 104

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

Shades of Navy #050068

Tints of Navy #050068

RGB

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

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

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

R = 4.59%
G = 0%
B = 95.41%

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

#050068 (or 0x050068) is known color: Navy. HEX triplet: 05, 00 and 68. RGB value is (5,0,104). Sum of RGB (Red+Green+Blue) = 5+0+104=109 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.59% from 109); Green value is 0 (0.39% from 255 or 0% from 109); Blue value is 104 (41.02% from 255 or 95.41% from 109); Max value from RGB is 104 - color contains mainly: blue. Hex color #050068 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050068 is #FAFF97. Grayscale: #0C0C0C. Windows color (decimal): -16449432 or 6815749. OLE color: 6815749.

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

Color convert

RGB 5 0 104 -
CMYK 0.95 1 0 0.59
HSL 242.88º 1% 0.2% -
HSV(B) 242.88º 1% 0.41% -
XYZ 2.56 1.03 13.16 -
YUV 13.35 179.16 122.04 -
System Red Green Blue C M Y K H S L
Decimal 5 0 104 0.95 1 0 0.59 242.88 1 0.2
Hex 5 0 68 5F 64 0 3B F3 64 14
Octal 5 0 150 137 144 0 73 363 144 24
Binary 101 0 1101000 1011111 1100100 0 111011 11110011 1100100 10100

Color Harmonies of #050068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050068

Black with #050068

Text Example


Text Example

White with #050068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050068; }

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

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

background-color css

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

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

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

border-color css

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

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

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