Html Css Color HEX #05358F Smalt

📋 copy color: '#05358F'

red 5 ◦ green 53 ◦ blue 143

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

Shades of Smalt #05358F

Tints of Smalt #05358F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 26.37%

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

R = 2.49%
G = 26.37%
B = 71.14%

CMYK

 C value IS 0.97

 M value IS 0.63

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#05358F (or 0x05358F) is known color: Smalt. HEX triplet: 05, 35 and 8F. RGB value is (5,53,143). Sum of RGB (Red+Green+Blue) = 5+53+143=201 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.49% from 201); Green value is 53 (21.09% from 255 or 26.37% from 201); Blue value is 143 (56.25% from 255 or 71.14% from 201); Max value from RGB is 143 - color contains mainly: blue. Hex color #05358F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #05358F is #FACA70. Grayscale: #303030. Windows color (decimal): -16435825 or 9385221. OLE color: 9385221.

HSL color Cylindrical-coordinate representation of color #05358F: hue angle of 219.13º 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 #05358F is Cyan = 0.97, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 5 53 143 -
CMYK 0.97 0.63 0 0.44
HSL 219.13º 0.93% 0.29% -
HSV(B) 219.13º 0.97% 0.56% -
XYZ 6.29 4.56 26.54 -
YUV 48.91 181.1 96.68 -
System Red Green Blue C M Y K H S L
Decimal 5 53 143 0.97 0.63 0 0.44 219.13 0.93 0.29
Hex 5 35 8F 61 3F 0 2C DB 5D 1D
Octal 5 65 217 141 77 0 54 333 135 35
Binary 101 110101 10001111 1100001 111111 0 101100 11011011 1011101 11101

Color Harmonies of #05358F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05358F

Black with #05358F

Text Example


Text Example

White with #05358F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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