Html Css Color HEX #051683 Navy

📋 copy color: '#051683'

red 5 ◦ green 22 ◦ blue 131

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

Shades of Navy #051683

Tints of Navy #051683

RGB

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

 GREEN value IS 22 (8.98% from 255) = 13.92%

 BLUE value IS 131 (51.56% from 255) = 82.91%

R = 3.16%
G = 13.92%
B = 82.91%

CMYK

 C value IS 0.96

 M value IS 0.83

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#051683 (or 0x051683) is known color: Navy. HEX triplet: 05, 16 and 83. RGB value is (5,22,131). Sum of RGB (Red+Green+Blue) = 5+22+131=158 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.16% from 158); Green value is 22 (8.98% from 255 or 13.92% from 158); Blue value is 131 (51.56% from 255 or 82.91% from 158); Max value from RGB is 131 - color contains mainly: blue. Hex color #051683 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #051683 is #FAE97C. Grayscale: #1C1C1C. Windows color (decimal): -16443773 or 8590853. OLE color: 8590853.

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

Color convert

RGB 5 22 131 -
CMYK 0.96 0.83 0 0.49
HSL 231.9º 0.93% 0.27% -
HSV(B) 231.9º 0.96% 0.51% -
XYZ 4.45 2.24 21.67 -
YUV 29.34 185.37 110.64 -
System Red Green Blue C M Y K H S L
Decimal 5 22 131 0.96 0.83 0 0.49 231.9 0.93 0.27
Hex 5 16 83 60 53 0 31 E8 5D 1B
Octal 5 26 203 140 123 0 61 350 135 33
Binary 101 10110 10000011 1100000 1010011 0 110001 11101000 1011101 11011

Color Harmonies of #051683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051683

Black with #051683

Text Example


Text Example

White with #051683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051683; }

 p { color: rgb(5,22,131); }

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

background-color css

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

 a { background-color: rgb(5,22,131); }

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

border-color css

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

 span { border-color: rgb(5,22,131); }

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