Html Css Color HEX #10258F Smalt

📋 copy color: '#10258F'

red 16 ◦ green 37 ◦ blue 143

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

Shades of Smalt #10258F

Tints of Smalt #10258F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 72.96%

R = 8.16%
G = 18.88%
B = 72.96%

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

#10258F (or 0x10258F) is known color: Smalt. HEX triplet: 10, 25 and 8F. RGB value is (16,37,143). Sum of RGB (Red+Green+Blue) = 16+37+143=196 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.16% from 196); Green value is 37 (14.84% from 255 or 18.88% from 196); Blue value is 143 (56.25% from 255 or 72.96% from 196); Max value from RGB is 143 - color contains mainly: blue. Hex color #10258F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10258F is #EFDA70. Grayscale: #2A2A2A. Windows color (decimal): -15719025 or 9381136. OLE color: 9381136.

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

Color convert

RGB 16 37 143 -
CMYK 0.89 0.74 0 0.44
HSL 230.08º 0.8% 0.31% -
HSV(B) 230.08º 0.89% 0.56% -
XYZ 5.83 3.42 26.34 -
YUV 42.81 184.54 108.88 -
System Red Green Blue C M Y K H S L
Decimal 16 37 143 0.89 0.74 0 0.44 230.08 0.8 0.31
Hex 10 25 8F 59 4A 0 2C E6 50 1F
Octal 20 45 217 131 112 0 54 346 120 37
Binary 10000 100101 10001111 1011001 1001010 0 101100 11100110 1010000 11111

Color Harmonies of #10258F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10258F

Black with #10258F

Text Example


Text Example

White with #10258F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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