Html Css Color HEX #051078 Navy

📋 copy color: '#051078'

red 5 ◦ green 16 ◦ blue 120

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

Shades of Navy #051078

Tints of Navy #051078

RGB

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

 GREEN value IS 16 (6.64% from 255) = 11.35%

 BLUE value IS 120 (47.27% from 255) = 85.11%

R = 3.55%
G = 11.35%
B = 85.11%

CMYK

 C value IS 0.96

 M value IS 0.87

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#051078 (or 0x051078) is known color: Navy. HEX triplet: 05, 10 and 78. RGB value is (5,16,120). Sum of RGB (Red+Green+Blue) = 5+16+120=141 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.55% from 141); Green value is 16 (6.64% from 255 or 11.35% from 141); Blue value is 120 (47.27% from 255 or 85.11% from 141); Max value from RGB is 120 - color contains mainly: blue. Hex color #051078 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051078 is #FAEF87. Grayscale: #181818. Windows color (decimal): -16445320 or 7868421. OLE color: 7868421.

HSL color Cylindrical-coordinate representation of color #051078: hue angle of 234.26º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #051078 is Cyan = 0.96, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 5 16 120 -
CMYK 0.96 0.87 0 0.53
HSL 234.26º 0.92% 0.25% -
HSV(B) 234.26º 0.96% 0.47% -
XYZ 3.64 1.76 17.92 -
YUV 24.57 181.86 114.04 -
System Red Green Blue C M Y K H S L
Decimal 5 16 120 0.96 0.87 0 0.53 234.26 0.92 0.25
Hex 5 10 78 60 57 0 35 EA 5C 19
Octal 5 20 170 140 127 0 65 352 134 31
Binary 101 10000 1111000 1100000 1010111 0 110101 11101010 1011100 11001

Color Harmonies of #051078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051078

Black with #051078

Text Example


Text Example

White with #051078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051078; }

 p { color: rgb(5,16,120); }

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

background-color css

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

 a { background-color: rgb(5,16,120); }

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

border-color css

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

 span { border-color: rgb(5,16,120); }

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