Html Css Color HEX #05228F Smalt

📋 copy color: '#05228F'

red 5 ◦ green 34 ◦ blue 143

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

Shades of Smalt #05228F

Tints of Smalt #05228F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 78.57%

R = 2.75%
G = 18.68%
B = 78.57%

CMYK

 C value IS 0.97

 M value IS 0.76

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#05228F (or 0x05228F) is known color: Smalt. HEX triplet: 05, 22 and 8F. RGB value is (5,34,143). Sum of RGB (Red+Green+Blue) = 5+34+143=182 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.75% from 182); Green value is 34 (13.67% from 255 or 18.68% from 182); Blue value is 143 (56.25% from 255 or 78.57% from 182); Max value from RGB is 143 - color contains mainly: blue. Hex color #05228F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #05228F is #FADD70. Grayscale: #252525. Windows color (decimal): -16440689 or 9380357. OLE color: 9380357.

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

Color convert

RGB 5 34 143 -
CMYK 0.97 0.76 0 0.44
HSL 227.39º 0.93% 0.29% -
HSV(B) 227.39º 0.97% 0.56% -
XYZ 5.59 3.16 26.3 -
YUV 37.76 187.39 104.64 -
System Red Green Blue C M Y K H S L
Decimal 5 34 143 0.97 0.76 0 0.44 227.39 0.93 0.29
Hex 5 22 8F 61 4C 0 2C E3 5D 1D
Octal 5 42 217 141 114 0 54 343 135 35
Binary 101 100010 10001111 1100001 1001100 0 101100 11100011 1011101 11101

Color Harmonies of #05228F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05228F

Black with #05228F

Text Example


Text Example

White with #05228F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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