Html Css Color HEX #10258E Smalt

📋 copy color: '#10258E'

red 16 ◦ green 37 ◦ blue 142

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

Shades of Smalt #10258E

Tints of Smalt #10258E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 18.97%

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

R = 8.21%
G = 18.97%
B = 72.82%

CMYK

 C value IS 0.89

 M value IS 0.74

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#10258E (or 0x10258E) is known color: Smalt. HEX triplet: 10, 25 and 8E. RGB value is (16,37,142). Sum of RGB (Red+Green+Blue) = 16+37+142=195 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.21% from 195); Green value is 37 (14.84% from 255 or 18.97% from 195); Blue value is 142 (55.86% from 255 or 72.82% from 195); Max value from RGB is 142 - color contains mainly: blue. Hex color #10258E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10258E is #EFDA71. Grayscale: #2A2A2A. Windows color (decimal): -15719026 or 9315600. OLE color: 9315600.

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

Color convert

RGB 16 37 142 -
CMYK 0.89 0.74 0 0.44
HSL 230º 0.8% 0.31% -
HSV(B) 230º 0.89% 0.56% -
XYZ 5.76 3.39 25.94 -
YUV 42.69 184.04 108.96 -
System Red Green Blue C M Y K H S L
Decimal 16 37 142 0.89 0.74 0 0.44 230 0.8 0.31
Hex 10 25 8E 59 4A 0 2C E6 50 1F
Octal 20 45 216 131 112 0 54 346 120 37
Binary 10000 100101 10001110 1011001 1001010 0 101100 11100110 1010000 11111

Color Harmonies of #10258E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10258E

Black with #10258E

Text Example


Text Example

White with #10258E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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