Html Css Color HEX #10358F Smalt

📋 copy color: '#10358F'

red 16 ◦ green 53 ◦ blue 143

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

Shades of Smalt #10358F

Tints of Smalt #10358F

RGB

 RED value IS 16 (6.64% from 255) = 7.55%

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

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

R = 7.55%
G = 25%
B = 67.45%

CMYK

 C value IS 0.89

 M value IS 0.63

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#10358F (or 0x10358F) is known color: Smalt. HEX triplet: 10, 35 and 8F. RGB value is (16,53,143). Sum of RGB (Red+Green+Blue) = 16+53+143=212 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.55% from 212); Green value is 53 (21.09% from 255 or 25% from 212); Blue value is 143 (56.25% from 255 or 67.45% from 212); Max value from RGB is 143 - color contains mainly: blue. Hex color #10358F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10358F is #EFCA70. Grayscale: #333333. Windows color (decimal): -15714929 or 9385232. OLE color: 9385232.

HSL color Cylindrical-coordinate representation of color #10358F: hue angle of 222.52º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #10358F is Cyan = 0.89, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 16 53 143 -
CMYK 0.89 0.63 0 0.44
HSL 222.52º 0.8% 0.31% -
HSV(B) 222.52º 0.89% 0.56% -
XYZ 6.44 4.64 26.54 -
YUV 52.2 179.24 102.18 -
System Red Green Blue C M Y K H S L
Decimal 16 53 143 0.89 0.63 0 0.44 222.52 0.8 0.31
Hex 10 35 8F 59 3F 0 2C DF 50 1F
Octal 20 65 217 131 77 0 54 337 120 37
Binary 10000 110101 10001111 1011001 111111 0 101100 11011111 1010000 11111

Color Harmonies of #10358F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10358F

Black with #10358F

Text Example


Text Example

White with #10358F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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