Html Css Color HEX #10348E Smalt

📋 copy color: '#10348E'

red 16 ◦ green 52 ◦ blue 142

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

Shades of Smalt #10348E

Tints of Smalt #10348E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 24.76%

 BLUE value IS 142 (55.86% from 255) = 67.62%

R = 7.62%
G = 24.76%
B = 67.62%

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

#10348E (or 0x10348E) is known color: Smalt. HEX triplet: 10, 34 and 8E. RGB value is (16,52,142). Sum of RGB (Red+Green+Blue) = 16+52+142=210 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.62% from 210); Green value is 52 (20.70% from 255 or 24.76% from 210); Blue value is 142 (55.86% from 255 or 67.62% from 210); Max value from RGB is 142 - color contains mainly: blue. Hex color #10348E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10348E is #EFCB71. Grayscale: #333333. Windows color (decimal): -15715186 or 9319440. OLE color: 9319440.

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

Color convert

RGB 16 52 142 -
CMYK 0.89 0.63 0 0.44
HSL 222.86º 0.8% 0.31% -
HSV(B) 222.86º 0.89% 0.56% -
XYZ 6.32 4.52 26.13 -
YUV 51.5 179.07 102.68 -
System Red Green Blue C M Y K H S L
Decimal 16 52 142 0.89 0.63 0 0.44 222.86 0.8 0.31
Hex 10 34 8E 59 3F 0 2C DF 50 1F
Octal 20 64 216 131 77 0 54 337 120 37
Binary 10000 110100 10001110 1011001 111111 0 101100 11011111 1010000 11111

Color Harmonies of #10348E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10348E

Black with #10348E

Text Example


Text Example

White with #10348E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10348E; }

 p { color: rgb(16,52,142); }

 H1.HeaderClassName
 {
   color: #10348E;
 }
 .AnyTagClassName
 {
   color: #10348E;
 }
</style>

background-color css

<style>
 a { background-color: #10348E; }

 a { background-color: rgb(16,52,142); }

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

border-color css

<style>
 span { border-color: #10348E; }

 span { border-color: rgb(16,52,142); }

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