Html Css Color HEX #052A9A Smalt

📋 copy color: '#052A9A'

red 5 ◦ green 42 ◦ blue 154

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

Shades of Smalt #052A9A

Tints of Smalt #052A9A

RGB

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

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

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

R = 2.49%
G = 20.9%
B = 76.62%

CMYK

 C value IS 0.97

 M value IS 0.73

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#052A9A (or 0x052A9A) is known color: Smalt. HEX triplet: 05, 2A and 9A. RGB value is (5,42,154). Sum of RGB (Red+Green+Blue) = 5+42+154=201 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.49% from 201); Green value is 42 (16.80% from 255 or 20.90% from 201); Blue value is 154 (60.55% from 255 or 76.62% from 201); Max value from RGB is 154 - color contains mainly: blue. Hex color #052A9A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052A9A is #FAD565. Grayscale: #2B2B2B. Windows color (decimal): -16438630 or 10103301. OLE color: 10103301.

HSL color Cylindrical-coordinate representation of color #052A9A: hue angle of 225.1º 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 #052A9A is Cyan = 0.97, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 5 42 154 -
CMYK 0.97 0.73 0 0.40
HSL 225.1º 0.94% 0.31% -
HSV(B) 225.1º 0.97% 0.6% -
XYZ 6.72 4.02 30.99 -
YUV 43.71 190.24 100.39 -
System Red Green Blue C M Y K H S L
Decimal 5 42 154 0.97 0.73 0 0.40 225.1 0.94 0.31
Hex 5 2A 9A 61 49 0 28 E1 5E 1F
Octal 5 52 232 141 111 0 50 341 136 37
Binary 101 101010 10011010 1100001 1001001 0 101000 11100001 1011110 11111

Color Harmonies of #052A9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052A9A

Black with #052A9A

Text Example


Text Example

White with #052A9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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