Html Css Color HEX #05298A Smalt

📋 copy color: '#05298A'

red 5 ◦ green 41 ◦ blue 138

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

Shades of Smalt #05298A

Tints of Smalt #05298A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 22.28%

 BLUE value IS 138 (54.3% from 255) = 75%

R = 2.72%
G = 22.28%
B = 75%

CMYK

 C value IS 0.96

 M value IS 0.70

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#05298A (or 0x05298A) is known color: Smalt. HEX triplet: 05, 29 and 8A. RGB value is (5,41,138). Sum of RGB (Red+Green+Blue) = 5+41+138=184 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.72% from 184); Green value is 41 (16.41% from 255 or 22.28% from 184); Blue value is 138 (54.30% from 255 or 75% from 184); Max value from RGB is 138 - color contains mainly: blue. Hex color #05298A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #05298A is #FAD675. Grayscale: #282828. Windows color (decimal): -16438902 or 9054469. OLE color: 9054469.

HSL color Cylindrical-coordinate representation of color #05298A: hue angle of 223.76º 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 #05298A is Cyan = 0.96, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 5 41 138 -
CMYK 0.96 0.70 0 0.46
HSL 223.76º 0.93% 0.28% -
HSV(B) 223.76º 0.96% 0.54% -
XYZ 5.44 3.45 24.42 -
YUV 41.29 182.57 102.11 -
System Red Green Blue C M Y K H S L
Decimal 5 41 138 0.96 0.70 0 0.46 223.76 0.93 0.28
Hex 5 29 8A 60 46 0 2E E0 5D 1C
Octal 5 51 212 140 106 0 56 340 135 34
Binary 101 101001 10001010 1100000 1000110 0 101110 11100000 1011101 11100

Color Harmonies of #05298A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05298A

Black with #05298A

Text Example


Text Example

White with #05298A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05298A; }

 p { color: rgb(5,41,138); }

 H1.HeaderClassName
 {
   color: #05298A;
 }
 .AnyTagClassName
 {
   color: #05298A;
 }
</style>

background-color css

<style>
 a { background-color: #05298A; }

 a { background-color: rgb(5,41,138); }

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

border-color css

<style>
 span { border-color: #05298A; }

 span { border-color: rgb(5,41,138); }

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