Html Css Color HEX #052A91 Smalt

📋 copy color: '#052A91'

red 5 ◦ green 42 ◦ blue 145

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

Shades of Smalt #052A91

Tints of Smalt #052A91

RGB

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

 GREEN value IS 42 (16.8% from 255) = 21.88%

 BLUE value IS 145 (57.03% from 255) = 75.52%

R = 2.6%
G = 21.88%
B = 75.52%

CMYK

 C value IS 0.97

 M value IS 0.71

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#052A91 (or 0x052A91) is known color: Smalt. HEX triplet: 05, 2A and 91. RGB value is (5,42,145). Sum of RGB (Red+Green+Blue) = 5+42+145=192 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.60% from 192); Green value is 42 (16.80% from 255 or 21.88% from 192); Blue value is 145 (57.03% from 255 or 75.52% from 192); Max value from RGB is 145 - color contains mainly: blue. Hex color #052A91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052A91 is #FAD56E. Grayscale: #2A2A2A. Windows color (decimal): -16438639 or 9513477. OLE color: 9513477.

HSL color Cylindrical-coordinate representation of color #052A91: hue angle of 224.14º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #052A91 is Cyan = 0.97, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 5 42 145 -
CMYK 0.97 0.71 0 0.43
HSL 224.14º 0.93% 0.29% -
HSV(B) 224.14º 0.97% 0.57% -
XYZ 6 3.73 27.19 -
YUV 42.68 185.74 101.12 -
System Red Green Blue C M Y K H S L
Decimal 5 42 145 0.97 0.71 0 0.43 224.14 0.93 0.29
Hex 5 2A 91 61 47 0 2B E0 5D 1D
Octal 5 52 221 141 107 0 53 340 135 35
Binary 101 101010 10010001 1100001 1000111 0 101011 11100000 1011101 11101

Color Harmonies of #052A91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052A91

Black with #052A91

Text Example


Text Example

White with #052A91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,42,145); }

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

background-color css

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

 a { background-color: rgb(5,42,145); }

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

border-color css

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

 span { border-color: rgb(5,42,145); }

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