Html Css Color HEX #052E9A Smalt

📋 copy color: '#052E9A'

red 5 ◦ green 46 ◦ blue 154

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

Shades of Smalt #052E9A

Tints of Smalt #052E9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 75.12%

R = 2.44%
G = 22.44%
B = 75.12%

CMYK

 C value IS 0.97

 M value IS 0.70

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#052E9A (or 0x052E9A) is known color: Smalt. HEX triplet: 05, 2E and 9A. RGB value is (5,46,154). Sum of RGB (Red+Green+Blue) = 5+46+154=205 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.44% from 205); Green value is 46 (18.36% from 255 or 22.44% from 205); Blue value is 154 (60.55% from 255 or 75.12% from 205); Max value from RGB is 154 - color contains mainly: blue. Hex color #052E9A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052E9A is #FAD165. Grayscale: #2D2D2D. Windows color (decimal): -16437606 or 10104325. OLE color: 10104325.

HSL color Cylindrical-coordinate representation of color #052E9A: hue angle of 223.49º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #052E9A is Cyan = 0.97, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 5 46 154 -
CMYK 0.97 0.70 0 0.40
HSL 223.49º 0.94% 0.31% -
HSV(B) 223.49º 0.97% 0.6% -
XYZ 6.87 4.32 31.04 -
YUV 46.05 188.92 98.72 -
System Red Green Blue C M Y K H S L
Decimal 5 46 154 0.97 0.70 0 0.40 223.49 0.94 0.31
Hex 5 2E 9A 61 46 0 28 DF 5E 1F
Octal 5 56 232 141 106 0 50 337 136 37
Binary 101 101110 10011010 1100001 1000110 0 101000 11011111 1011110 11111

Color Harmonies of #052E9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052E9A

Black with #052E9A

Text Example


Text Example

White with #052E9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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