Html Css Color HEX #10278D Smalt

📋 copy color: '#10278D'

red 16 ◦ green 39 ◦ blue 141

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

Shades of Smalt #10278D

Tints of Smalt #10278D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 19.9%

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

R = 8.16%
G = 19.9%
B = 71.94%

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

#10278D (or 0x10278D) is known color: Smalt. HEX triplet: 10, 27 and 8D. RGB value is (16,39,141). Sum of RGB (Red+Green+Blue) = 16+39+141=196 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.16% from 196); Green value is 39 (15.62% from 255 or 19.90% from 196); Blue value is 141 (55.47% from 255 or 71.94% from 196); Max value from RGB is 141 - color contains mainly: blue. Hex color #10278D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10278D is #EFD872. Grayscale: #2B2B2B. Windows color (decimal): -15718515 or 9250576. OLE color: 9250576.

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

Color convert

RGB 16 39 141 -
CMYK 0.89 0.72 0 0.45
HSL 228.96º 0.8% 0.31% -
HSV(B) 228.96º 0.89% 0.55% -
XYZ 5.75 3.48 25.57 -
YUV 43.75 182.88 108.21 -
System Red Green Blue C M Y K H S L
Decimal 16 39 141 0.89 0.72 0 0.45 228.96 0.8 0.31
Hex 10 27 8D 59 48 0 2D E5 50 1F
Octal 20 47 215 131 110 0 55 345 120 37
Binary 10000 100111 10001101 1011001 1001000 0 101101 11100101 1010000 11111

Color Harmonies of #10278D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10278D

Black with #10278D

Text Example


Text Example

White with #10278D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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