Html Css Color HEX #05328E Smalt

📋 copy color: '#05328E'

red 5 ◦ green 50 ◦ blue 142

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

Shades of Smalt #05328E

Tints of Smalt #05328E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 25.38%

 BLUE value IS 142 (55.86% from 255) = 72.08%

R = 2.54%
G = 25.38%
B = 72.08%

CMYK

 C value IS 0.96

 M value IS 0.65

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#05328E (or 0x05328E) is known color: Smalt. HEX triplet: 05, 32 and 8E. RGB value is (5,50,142). Sum of RGB (Red+Green+Blue) = 5+50+142=197 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.54% from 197); Green value is 50 (19.92% from 255 or 25.38% from 197); Blue value is 142 (55.86% from 255 or 72.08% from 197); Max value from RGB is 142 - color contains mainly: blue. Hex color #05328E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #05328E is #FACD71. Grayscale: #2E2E2E. Windows color (decimal): -16436594 or 9318917. OLE color: 9318917.

HSL color Cylindrical-coordinate representation of color #05328E: hue angle of 220.29º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05328E is Cyan = 0.96, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 5 50 142 -
CMYK 0.96 0.65 0 0.44
HSL 220.29º 0.93% 0.29% -
HSV(B) 220.29º 0.96% 0.56% -
XYZ 6.09 4.27 26.09 -
YUV 47.03 181.59 98.02 -
System Red Green Blue C M Y K H S L
Decimal 5 50 142 0.96 0.65 0 0.44 220.29 0.93 0.29
Hex 5 32 8E 60 41 0 2C DC 5D 1D
Octal 5 62 216 140 101 0 54 334 135 35
Binary 101 110010 10001110 1100000 1000001 0 101100 11011100 1011101 11101

Color Harmonies of #05328E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05328E

Black with #05328E

Text Example


Text Example

White with #05328E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05328E; }

 p { color: rgb(5,50,142); }

 H1.HeaderClassName
 {
   color: #05328E;
 }
 .AnyTagClassName
 {
   color: #05328E;
 }
</style>

background-color css

<style>
 a { background-color: #05328E; }

 a { background-color: rgb(5,50,142); }

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

border-color css

<style>
 span { border-color: #05328E; }

 span { border-color: rgb(5,50,142); }

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