Html Css Color HEX #051284 Navy

📋 copy color: '#051284'

red 5 ◦ green 18 ◦ blue 132

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

Shades of Navy #051284

Tints of Navy #051284

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.61%

 BLUE value IS 132 (51.95% from 255) = 85.16%

R = 3.23%
G = 11.61%
B = 85.16%

CMYK

 C value IS 0.96

 M value IS 0.86

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#051284 (or 0x051284) is known color: Navy. HEX triplet: 05, 12 and 84. RGB value is (5,18,132). Sum of RGB (Red+Green+Blue) = 5+18+132=155 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.23% from 155); Green value is 18 (7.42% from 255 or 11.61% from 155); Blue value is 132 (51.95% from 255 or 85.16% from 155); Max value from RGB is 132 - color contains mainly: blue. Hex color #051284 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #051284 is #FAED7B. Grayscale: #1A1A1A. Windows color (decimal): -16444796 or 8655365. OLE color: 8655365.

HSL color Cylindrical-coordinate representation of color #051284: hue angle of 233.86º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #051284 is Cyan = 0.96, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 5 18 132 -
CMYK 0.96 0.86 0 0.48
HSL 233.86º 0.93% 0.27% -
HSV(B) 233.86º 0.96% 0.52% -
XYZ 4.44 2.13 22.01 -
YUV 27.11 187.19 112.23 -
System Red Green Blue C M Y K H S L
Decimal 5 18 132 0.96 0.86 0 0.48 233.86 0.93 0.27
Hex 5 12 84 60 56 0 30 EA 5D 1B
Octal 5 22 204 140 126 0 60 352 135 33
Binary 101 10010 10000100 1100000 1010110 0 110000 11101010 1011101 11011

Color Harmonies of #051284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051284

Black with #051284

Text Example


Text Example

White with #051284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051284; }

 p { color: rgb(5,18,132); }

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

background-color css

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

 a { background-color: rgb(5,18,132); }

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

border-color css

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

 span { border-color: rgb(5,18,132); }

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