Html Css Color HEX #10398A Smalt

📋 copy color: '#10398A'

red 16 ◦ green 57 ◦ blue 138

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

Shades of Smalt #10398A

Tints of Smalt #10398A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 27.01%

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

R = 7.58%
G = 27.01%
B = 65.4%

CMYK

 C value IS 0.88

 M value IS 0.59

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#10398A (or 0x10398A) is known color: Smalt. HEX triplet: 10, 39 and 8A. RGB value is (16,57,138). Sum of RGB (Red+Green+Blue) = 16+57+138=211 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.58% from 211); Green value is 57 (22.66% from 255 or 27.01% from 211); Blue value is 138 (54.30% from 255 or 65.40% from 211); Max value from RGB is 138 - color contains mainly: blue. Hex color #10398A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10398A is #EFC675. Grayscale: #353535. Windows color (decimal): -15713910 or 9058576. OLE color: 9058576.

HSL color Cylindrical-coordinate representation of color #10398A: hue angle of 219.84º 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 #10398A is Cyan = 0.88, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 16 57 138 -
CMYK 0.88 0.59 0 0.46
HSL 219.84º 0.79% 0.3% -
HSV(B) 219.84º 0.88% 0.54% -
XYZ 6.26 4.87 24.65 -
YUV 53.98 175.42 100.91 -
System Red Green Blue C M Y K H S L
Decimal 16 57 138 0.88 0.59 0 0.46 219.84 0.79 0.3
Hex 10 39 8A 58 3B 0 2E DC 4F 1E
Octal 20 71 212 130 73 0 56 334 117 36
Binary 10000 111001 10001010 1011000 111011 0 101110 11011100 1001111 11110

Color Harmonies of #10398A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10398A

Black with #10398A

Text Example


Text Example

White with #10398A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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