Html Css Color HEX #052E8B Smalt

📋 copy color: '#052E8B'

red 5 ◦ green 46 ◦ blue 139

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

Shades of Smalt #052E8B

Tints of Smalt #052E8B

RGB

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

 GREEN value IS 46 (18.36% from 255) = 24.21%

 BLUE value IS 139 (54.69% from 255) = 73.16%

R = 2.63%
G = 24.21%
B = 73.16%

CMYK

 C value IS 0.96

 M value IS 0.67

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#052E8B (or 0x052E8B) is known color: Smalt. HEX triplet: 05, 2E and 8B. RGB value is (5,46,139). Sum of RGB (Red+Green+Blue) = 5+46+139=190 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.63% from 190); Green value is 46 (18.36% from 255 or 24.21% from 190); Blue value is 139 (54.69% from 255 or 73.16% from 190); Max value from RGB is 139 - color contains mainly: blue. Hex color #052E8B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052E8B is #FAD174. Grayscale: #2B2B2B. Windows color (decimal): -16437621 or 9121285. OLE color: 9121285.

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

Color convert

RGB 5 46 139 -
CMYK 0.96 0.67 0 0.45
HSL 221.64º 0.93% 0.28% -
HSV(B) 221.64º 0.96% 0.55% -
XYZ 5.7 3.85 24.87 -
YUV 44.34 181.42 99.94 -
System Red Green Blue C M Y K H S L
Decimal 5 46 139 0.96 0.67 0 0.45 221.64 0.93 0.28
Hex 5 2E 8B 60 43 0 2D DE 5D 1C
Octal 5 56 213 140 103 0 55 336 135 34
Binary 101 101110 10001011 1100000 1000011 0 101101 11011110 1011101 11100

Color Harmonies of #052E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052E8B

Black with #052E8B

Text Example


Text Example

White with #052E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,46,139); }

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

background-color css

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

 a { background-color: rgb(5,46,139); }

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

border-color css

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

 span { border-color: rgb(5,46,139); }

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