Html Css Color HEX #051B83 Navy

📋 copy color: '#051B83'

red 5 ◦ green 27 ◦ blue 131

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

Shades of Navy #051B83

Tints of Navy #051B83

RGB

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

 GREEN value IS 27 (10.94% from 255) = 16.56%

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

R = 3.07%
G = 16.56%
B = 80.37%

CMYK

 C value IS 0.96

 M value IS 0.79

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#051B83 (or 0x051B83) is known color: Navy. HEX triplet: 05, 1B and 83. RGB value is (5,27,131). Sum of RGB (Red+Green+Blue) = 5+27+131=163 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.07% from 163); Green value is 27 (10.94% from 255 or 16.56% from 163); Blue value is 131 (51.56% from 255 or 80.37% from 163); Max value from RGB is 131 - color contains mainly: blue. Hex color #051B83 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #051B83 is #FAE47C. Grayscale: #1F1F1F. Windows color (decimal): -16442493 or 8592133. OLE color: 8592133.

HSL color Cylindrical-coordinate representation of color #051B83: hue angle of 229.52º 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 #051B83 is Cyan = 0.96, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 5 27 131 -
CMYK 0.96 0.79 0 0.49
HSL 229.52º 0.93% 0.27% -
HSV(B) 229.52º 0.96% 0.51% -
XYZ 4.55 2.45 21.71 -
YUV 32.28 183.71 108.54 -
System Red Green Blue C M Y K H S L
Decimal 5 27 131 0.96 0.79 0 0.49 229.52 0.93 0.27
Hex 5 1B 83 60 4F 0 31 E6 5D 1B
Octal 5 33 203 140 117 0 61 346 135 33
Binary 101 11011 10000011 1100000 1001111 0 110001 11100110 1011101 11011

Color Harmonies of #051B83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051B83

Black with #051B83

Text Example


Text Example

White with #051B83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051B83; }

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

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

background-color css

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

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

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

border-color css

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

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

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