Html Css Color HEX #10288D Smalt

📋 copy color: '#10288D'

red 16 ◦ green 40 ◦ blue 141

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

Shades of Smalt #10288D

Tints of Smalt #10288D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 20.3%

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

R = 8.12%
G = 20.3%
B = 71.57%

CMYK

 C value IS 0.89

 M value IS 0.72

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#10288D (or 0x10288D) is known color: Smalt. HEX triplet: 10, 28 and 8D. RGB value is (16,40,141). Sum of RGB (Red+Green+Blue) = 16+40+141=197 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.12% from 197); Green value is 40 (16.02% from 255 or 20.30% from 197); Blue value is 141 (55.47% from 255 or 71.57% from 197); Max value from RGB is 141 - color contains mainly: blue. Hex color #10288D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10288D is #EFD772. Grayscale: #2B2B2B. Windows color (decimal): -15718259 or 9250832. OLE color: 9250832.

HSL color Cylindrical-coordinate representation of color #10288D: hue angle of 228.48º 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 #10288D is Cyan = 0.89, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 16 40 141 -
CMYK 0.89 0.72 0 0.45
HSL 228.48º 0.8% 0.31% -
HSV(B) 228.48º 0.89% 0.55% -
XYZ 5.78 3.55 25.58 -
YUV 44.34 182.55 107.79 -
System Red Green Blue C M Y K H S L
Decimal 16 40 141 0.89 0.72 0 0.45 228.48 0.8 0.31
Hex 10 28 8D 59 48 0 2D E4 50 1F
Octal 20 50 215 131 110 0 55 344 120 37
Binary 10000 101000 10001101 1011001 1001000 0 101101 11100100 1010000 11111

Color Harmonies of #10288D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10288D

Black with #10288D

Text Example


Text Example

White with #10288D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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