Html Css Color HEX #052A90 Smalt

📋 copy color: '#052A90'

red 5 ◦ green 42 ◦ blue 144

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

Shades of Smalt #052A90

Tints of Smalt #052A90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 75.39%

R = 2.62%
G = 21.99%
B = 75.39%

CMYK

 C value IS 0.97

 M value IS 0.71

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#052A90 (or 0x052A90) is known color: Smalt. HEX triplet: 05, 2A and 90. RGB value is (5,42,144). Sum of RGB (Red+Green+Blue) = 5+42+144=191 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.62% from 191); Green value is 42 (16.80% from 255 or 21.99% from 191); Blue value is 144 (56.64% from 255 or 75.39% from 191); Max value from RGB is 144 - color contains mainly: blue. Hex color #052A90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052A90 is #FAD56F. Grayscale: #2A2A2A. Windows color (decimal): -16438640 or 9447941. OLE color: 9447941.

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

Color convert

RGB 5 42 144 -
CMYK 0.97 0.71 0 0.44
HSL 224.03º 0.93% 0.29% -
HSV(B) 224.03º 0.97% 0.56% -
XYZ 5.92 3.7 26.79 -
YUV 42.57 185.24 101.21 -
System Red Green Blue C M Y K H S L
Decimal 5 42 144 0.97 0.71 0 0.44 224.03 0.93 0.29
Hex 5 2A 90 61 47 0 2C E0 5D 1D
Octal 5 52 220 141 107 0 54 340 135 35
Binary 101 101010 10010000 1100001 1000111 0 101100 11100000 1011101 11101

Color Harmonies of #052A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052A90

Black with #052A90

Text Example


Text Example

White with #052A90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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