Html Css Color HEX #052085 Smalt

📋 copy color: '#052085'

red 5 ◦ green 32 ◦ blue 133

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

Shades of Smalt #052085

Tints of Smalt #052085

RGB

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

 GREEN value IS 32 (12.89% from 255) = 18.82%

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

R = 2.94%
G = 18.82%
B = 78.24%

CMYK

 C value IS 0.96

 M value IS 0.76

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#052085 (or 0x052085) is known color: Smalt. HEX triplet: 05, 20 and 85. RGB value is (5,32,133). Sum of RGB (Red+Green+Blue) = 5+32+133=170 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.94% from 170); Green value is 32 (12.89% from 255 or 18.82% from 170); Blue value is 133 (52.34% from 255 or 78.24% from 170); Max value from RGB is 133 - color contains mainly: blue. Hex color #052085 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052085 is #FADF7A. Grayscale: #232323. Windows color (decimal): -16441211 or 8724485. OLE color: 8724485.

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

Color convert

RGB 5 32 133 -
CMYK 0.96 0.76 0 0.48
HSL 227.34º 0.93% 0.27% -
HSV(B) 227.34º 0.96% 0.52% -
XYZ 4.81 2.76 22.47 -
YUV 35.44 183.05 106.29 -
System Red Green Blue C M Y K H S L
Decimal 5 32 133 0.96 0.76 0 0.48 227.34 0.93 0.27
Hex 5 20 85 60 4C 0 30 E3 5D 1B
Octal 5 40 205 140 114 0 60 343 135 33
Binary 101 100000 10000101 1100000 1001100 0 110000 11100011 1011101 11011

Color Harmonies of #052085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052085

Black with #052085

Text Example


Text Example

White with #052085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052085; }

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

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

background-color css

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

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

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

border-color css

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

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

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