Html Css Color HEX #10288E Smalt

📋 copy color: '#10288E'

red 16 ◦ green 40 ◦ blue 142

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

Shades of Smalt #10288E

Tints of Smalt #10288E

RGB

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

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

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

R = 8.08%
G = 20.2%
B = 71.72%

CMYK

 C value IS 0.89

 M value IS 0.72

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#10288E (or 0x10288E) is known color: Smalt. HEX triplet: 10, 28 and 8E. RGB value is (16,40,142). Sum of RGB (Red+Green+Blue) = 16+40+142=198 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.08% from 198); Green value is 40 (16.02% from 255 or 20.20% from 198); Blue value is 142 (55.86% from 255 or 71.72% from 198); Max value from RGB is 142 - color contains mainly: blue. Hex color #10288E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10288E is #EFD771. Grayscale: #2C2C2C. Windows color (decimal): -15718258 or 9316368. OLE color: 9316368.

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

Color convert

RGB 16 40 142 -
CMYK 0.89 0.72 0 0.44
HSL 228.57º 0.8% 0.31% -
HSV(B) 228.57º 0.89% 0.56% -
XYZ 5.85 3.58 25.97 -
YUV 44.45 183.05 107.71 -
System Red Green Blue C M Y K H S L
Decimal 16 40 142 0.89 0.72 0 0.44 228.57 0.8 0.31
Hex 10 28 8E 59 48 0 2C E5 50 1F
Octal 20 50 216 131 110 0 54 345 120 37
Binary 10000 101000 10001110 1011001 1001000 0 101100 11100101 1010000 11111

Color Harmonies of #10288E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10288E

Black with #10288E

Text Example


Text Example

White with #10288E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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