Html Css Color HEX #051081 Navy

📋 copy color: '#051081'

red 5 ◦ green 16 ◦ blue 129

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

Shades of Navy #051081

Tints of Navy #051081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 86%

R = 3.33%
G = 10.67%
B = 86%

CMYK

 C value IS 0.96

 M value IS 0.88

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#051081 (or 0x051081) is known color: Navy. HEX triplet: 05, 10 and 81. RGB value is (5,16,129). Sum of RGB (Red+Green+Blue) = 5+16+129=150 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.33% from 150); Green value is 16 (6.64% from 255 or 10.67% from 150); Blue value is 129 (50.78% from 255 or 86% from 150); Max value from RGB is 129 - color contains mainly: blue. Hex color #051081 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #051081 is #FAEF7E. Grayscale: #191919. Windows color (decimal): -16445311 or 8458245. OLE color: 8458245.

HSL color Cylindrical-coordinate representation of color #051081: hue angle of 234.68º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #051081 is Cyan = 0.96, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 5 16 129 -
CMYK 0.96 0.88 0 0.49
HSL 234.68º 0.93% 0.26% -
HSV(B) 234.68º 0.96% 0.51% -
XYZ 4.21 1.99 20.93 -
YUV 25.59 186.36 113.31 -
System Red Green Blue C M Y K H S L
Decimal 5 16 129 0.96 0.88 0 0.49 234.68 0.93 0.26
Hex 5 10 81 60 58 0 31 EB 5D 1A
Octal 5 20 201 140 130 0 61 353 135 32
Binary 101 10000 10000001 1100000 1011000 0 110001 11101011 1011101 11010

Color Harmonies of #051081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051081

Black with #051081

Text Example


Text Example

White with #051081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051081; }

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

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

background-color css

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

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

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

border-color css

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

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

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