Html Css Color HEX #05228D Smalt

📋 copy color: '#05228D'

red 5 ◦ green 34 ◦ blue 141

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

Shades of Smalt #05228D

Tints of Smalt #05228D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 18.89%

 BLUE value IS 141 (55.47% from 255) = 78.33%

R = 2.78%
G = 18.89%
B = 78.33%

CMYK

 C value IS 0.96

 M value IS 0.76

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#05228D (or 0x05228D) is known color: Smalt. HEX triplet: 05, 22 and 8D. RGB value is (5,34,141). Sum of RGB (Red+Green+Blue) = 5+34+141=180 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.78% from 180); Green value is 34 (13.67% from 255 or 18.89% from 180); Blue value is 141 (55.47% from 255 or 78.33% from 180); Max value from RGB is 141 - color contains mainly: blue. Hex color #05228D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #05228D is #FADD72. Grayscale: #252525. Windows color (decimal): -16440691 or 9249285. OLE color: 9249285.

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

Color convert

RGB 5 34 141 -
CMYK 0.96 0.76 0 0.45
HSL 227.21º 0.93% 0.29% -
HSV(B) 227.21º 0.96% 0.55% -
XYZ 5.44 3.1 25.51 -
YUV 37.53 186.39 104.8 -
System Red Green Blue C M Y K H S L
Decimal 5 34 141 0.96 0.76 0 0.45 227.21 0.93 0.29
Hex 5 22 8D 60 4C 0 2D E3 5D 1D
Octal 5 42 215 140 114 0 55 343 135 35
Binary 101 100010 10001101 1100000 1001100 0 101101 11100011 1011101 11101

Color Harmonies of #05228D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05228D

Black with #05228D

Text Example


Text Example

White with #05228D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05228D; }

 p { color: rgb(5,34,141); }

 H1.HeaderClassName
 {
   color: #05228D;
 }
 .AnyTagClassName
 {
   color: #05228D;
 }
</style>

background-color css

<style>
 a { background-color: #05228D; }

 a { background-color: rgb(5,34,141); }

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

border-color css

<style>
 span { border-color: #05228D; }

 span { border-color: rgb(5,34,141); }

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