Html Css Color HEX #052F85 Smalt

📋 copy color: '#052F85'

red 5 ◦ green 47 ◦ blue 133

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

Shades of Smalt #052F85

Tints of Smalt #052F85

RGB

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

 GREEN value IS 47 (18.75% from 255) = 25.41%

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

R = 2.7%
G = 25.41%
B = 71.89%

CMYK

 C value IS 0.96

 M value IS 0.65

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#052F85 (or 0x052F85) is known color: Smalt. HEX triplet: 05, 2F and 85. RGB value is (5,47,133). Sum of RGB (Red+Green+Blue) = 5+47+133=185 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.70% from 185); Green value is 47 (18.75% from 255 or 25.41% from 185); Blue value is 133 (52.34% from 255 or 71.89% from 185); Max value from RGB is 133 - color contains mainly: blue. Hex color #052F85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052F85 is #FAD07A. Grayscale: #2B2B2B. Windows color (decimal): -16437371 or 8728325. OLE color: 8728325.

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

Color convert

RGB 5 47 133 -
CMYK 0.96 0.65 0 0.48
HSL 220.31º 0.93% 0.27% -
HSV(B) 220.31º 0.96% 0.52% -
XYZ 5.31 3.76 22.64 -
YUV 44.25 178.09 100.01 -
System Red Green Blue C M Y K H S L
Decimal 5 47 133 0.96 0.65 0 0.48 220.31 0.93 0.27
Hex 5 2F 85 60 41 0 30 DC 5D 1B
Octal 5 57 205 140 101 0 60 334 135 33
Binary 101 101111 10000101 1100000 1000001 0 110000 11011100 1011101 11011

Color Harmonies of #052F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052F85

Black with #052F85

Text Example


Text Example

White with #052F85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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