Html Css Color HEX #051F85 Smalt

📋 copy color: '#051F85'

red 5 ◦ green 31 ◦ blue 133

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

Shades of Smalt #051F85

Tints of Smalt #051F85

RGB

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

 GREEN value IS 31 (12.5% from 255) = 18.34%

 BLUE value IS 133 (52.34% from 255) = 78.7%

R = 2.96%
G = 18.34%
B = 78.7%

CMYK

 C value IS 0.96

 M value IS 0.77

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#051F85 (or 0x051F85) is known color: Smalt. HEX triplet: 05, 1F and 85. RGB value is (5,31,133). Sum of RGB (Red+Green+Blue) = 5+31+133=169 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.96% from 169); Green value is 31 (12.5% from 255 or 18.34% from 169); Blue value is 133 (52.34% from 255 or 78.70% from 169); Max value from RGB is 133 - color contains mainly: blue. Hex color #051F85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #051F85 is #FAE07A. Grayscale: #222222. Windows color (decimal): -16441467 or 8724229. OLE color: 8724229.

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

Color convert

RGB 5 31 133 -
CMYK 0.96 0.77 0 0.48
HSL 227.81º 0.93% 0.27% -
HSV(B) 227.81º 0.96% 0.52% -
XYZ 4.79 2.71 22.46 -
YUV 34.85 183.39 106.71 -
System Red Green Blue C M Y K H S L
Decimal 5 31 133 0.96 0.77 0 0.48 227.81 0.93 0.27
Hex 5 1F 85 60 4D 0 30 E4 5D 1B
Octal 5 37 205 140 115 0 60 344 135 33
Binary 101 11111 10000101 1100000 1001101 0 110000 11100100 1011101 11011

Color Harmonies of #051F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051F85

Black with #051F85

Text Example


Text Example

White with #051F85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,31,133); }

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

background-color css

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

 a { background-color: rgb(5,31,133); }

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

border-color css

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

 span { border-color: rgb(5,31,133); }

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