Html Css Color HEX #10338D Smalt

📋 copy color: '#10338D'

red 16 ◦ green 51 ◦ blue 141

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

Shades of Smalt #10338D

Tints of Smalt #10338D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 24.52%

 BLUE value IS 141 (55.47% from 255) = 67.79%

R = 7.69%
G = 24.52%
B = 67.79%

CMYK

 C value IS 0.89

 M value IS 0.64

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#10338D (or 0x10338D) is known color: Smalt. HEX triplet: 10, 33 and 8D. RGB value is (16,51,141). Sum of RGB (Red+Green+Blue) = 16+51+141=208 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.69% from 208); Green value is 51 (20.31% from 255 or 24.52% from 208); Blue value is 141 (55.47% from 255 or 67.79% from 208); Max value from RGB is 141 - color contains mainly: blue. Hex color #10338D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10338D is #EFCC72. Grayscale: #323232. Windows color (decimal): -15715443 or 9253648. OLE color: 9253648.

HSL color Cylindrical-coordinate representation of color #10338D: hue angle of 223.2º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #10338D is Cyan = 0.89, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 16 51 141 -
CMYK 0.89 0.64 0 0.45
HSL 223.2º 0.8% 0.31% -
HSV(B) 223.2º 0.89% 0.55% -
XYZ 6.21 4.4 25.72 -
YUV 50.8 178.9 103.18 -
System Red Green Blue C M Y K H S L
Decimal 16 51 141 0.89 0.64 0 0.45 223.2 0.8 0.31
Hex 10 33 8D 59 40 0 2D DF 50 1F
Octal 20 63 215 131 100 0 55 337 120 37
Binary 10000 110011 10001101 1011001 1000000 0 101101 11011111 1010000 11111

Color Harmonies of #10338D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10338D

Black with #10338D

Text Example


Text Example

White with #10338D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10338D; }

 p { color: rgb(16,51,141); }

 H1.HeaderClassName
 {
   color: #10338D;
 }
 .AnyTagClassName
 {
   color: #10338D;
 }
</style>

background-color css

<style>
 a { background-color: #10338D; }

 a { background-color: rgb(16,51,141); }

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

border-color css

<style>
 span { border-color: #10338D; }

 span { border-color: rgb(16,51,141); }

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