Html Css Color HEX #10358A Smalt

📋 copy color: '#10358A'

red 16 ◦ green 53 ◦ blue 138

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

Shades of Smalt #10358A

Tints of Smalt #10358A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 66.67%

R = 7.73%
G = 25.6%
B = 66.67%

CMYK

 C value IS 0.88

 M value IS 0.62

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#10358A (or 0x10358A) is known color: Smalt. HEX triplet: 10, 35 and 8A. RGB value is (16,53,138). Sum of RGB (Red+Green+Blue) = 16+53+138=207 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.73% from 207); Green value is 53 (21.09% from 255 or 25.60% from 207); Blue value is 138 (54.30% from 255 or 66.67% from 207); Max value from RGB is 138 - color contains mainly: blue. Hex color #10358A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10358A is #EFCA75. Grayscale: #333333. Windows color (decimal): -15714934 or 9057552. OLE color: 9057552.

HSL color Cylindrical-coordinate representation of color #10358A: hue angle of 221.8º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #10358A is Cyan = 0.88, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 16 53 138 -
CMYK 0.88 0.62 0 0.46
HSL 221.8º 0.79% 0.3% -
HSV(B) 221.8º 0.88% 0.54% -
XYZ 6.07 4.49 24.59 -
YUV 51.63 176.74 102.59 -
System Red Green Blue C M Y K H S L
Decimal 16 53 138 0.88 0.62 0 0.46 221.8 0.79 0.3
Hex 10 35 8A 58 3E 0 2E DE 4F 1E
Octal 20 65 212 130 76 0 56 336 117 36
Binary 10000 110101 10001010 1011000 111110 0 101110 11011110 1001111 11110

Color Harmonies of #10358A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10358A

Black with #10358A

Text Example


Text Example

White with #10358A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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