Html Css Color HEX #052B89 Smalt

📋 copy color: '#052B89'

red 5 ◦ green 43 ◦ blue 137

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

Shades of Smalt #052B89

Tints of Smalt #052B89

RGB

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

 GREEN value IS 43 (17.19% from 255) = 23.24%

 BLUE value IS 137 (53.91% from 255) = 74.05%

R = 2.7%
G = 23.24%
B = 74.05%

CMYK

 C value IS 0.96

 M value IS 0.69

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#052B89 (or 0x052B89) is known color: Smalt. HEX triplet: 05, 2B and 89. RGB value is (5,43,137). Sum of RGB (Red+Green+Blue) = 5+43+137=185 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.70% from 185); Green value is 43 (17.19% from 255 or 23.24% from 185); Blue value is 137 (53.91% from 255 or 74.05% from 185); Max value from RGB is 137 - color contains mainly: blue. Hex color #052B89 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052B89 is #FAD476. Grayscale: #292929. Windows color (decimal): -16438391 or 8989445. OLE color: 8989445.

HSL color Cylindrical-coordinate representation of color #052B89: hue angle of 222.73º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #052B89 is Cyan = 0.96, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 5 43 137 -
CMYK 0.96 0.69 0 0.46
HSL 222.73º 0.93% 0.28% -
HSV(B) 222.73º 0.96% 0.54% -
XYZ 5.44 3.57 24.07 -
YUV 42.35 181.41 101.36 -
System Red Green Blue C M Y K H S L
Decimal 5 43 137 0.96 0.69 0 0.46 222.73 0.93 0.28
Hex 5 2B 89 60 45 0 2E DF 5D 1C
Octal 5 53 211 140 105 0 56 337 135 34
Binary 101 101011 10001001 1100000 1000101 0 101110 11011111 1011101 11100

Color Harmonies of #052B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052B89

Black with #052B89

Text Example


Text Example

White with #052B89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,43,137); }

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

background-color css

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

 a { background-color: rgb(5,43,137); }

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

border-color css

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

 span { border-color: rgb(5,43,137); }

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