Html Css Color HEX #05358B Smalt

📋 copy color: '#05358B'

red 5 ◦ green 53 ◦ blue 139

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

Shades of Smalt #05358B

Tints of Smalt #05358B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 70.56%

R = 2.54%
G = 26.9%
B = 70.56%

CMYK

 C value IS 0.96

 M value IS 0.62

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#05358B (or 0x05358B) is known color: Smalt. HEX triplet: 05, 35 and 8B. RGB value is (5,53,139). Sum of RGB (Red+Green+Blue) = 5+53+139=197 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.54% from 197); Green value is 53 (21.09% from 255 or 26.90% from 197); Blue value is 139 (54.69% from 255 or 70.56% from 197); Max value from RGB is 139 - color contains mainly: blue. Hex color #05358B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #05358B is #FACA74. Grayscale: #303030. Windows color (decimal): -16435829 or 9123077. OLE color: 9123077.

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

Color convert

RGB 5 53 139 -
CMYK 0.96 0.62 0 0.45
HSL 218.51º 0.93% 0.28% -
HSV(B) 218.51º 0.96% 0.55% -
XYZ 6 4.44 24.97 -
YUV 48.45 179.1 97.01 -
System Red Green Blue C M Y K H S L
Decimal 5 53 139 0.96 0.62 0 0.45 218.51 0.93 0.28
Hex 5 35 8B 60 3E 0 2D DB 5D 1C
Octal 5 65 213 140 76 0 55 333 135 34
Binary 101 110101 10001011 1100000 111110 0 101101 11011011 1011101 11100

Color Harmonies of #05358B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05358B

Black with #05358B

Text Example


Text Example

White with #05358B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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