Html Css Color HEX #10258C Smalt

📋 copy color: '#10258C'

red 16 ◦ green 37 ◦ blue 140

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

Shades of Smalt #10258C

Tints of Smalt #10258C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 72.54%

R = 8.29%
G = 19.17%
B = 72.54%

CMYK

 C value IS 0.89

 M value IS 0.74

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#10258C (or 0x10258C) is known color: Smalt. HEX triplet: 10, 25 and 8C. RGB value is (16,37,140). Sum of RGB (Red+Green+Blue) = 16+37+140=193 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.29% from 193); Green value is 37 (14.84% from 255 or 19.17% from 193); Blue value is 140 (55.08% from 255 or 72.54% from 193); Max value from RGB is 140 - color contains mainly: blue. Hex color #10258C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10258C is #EFDA73. Grayscale: #2A2A2A. Windows color (decimal): -15719028 or 9184528. OLE color: 9184528.

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

Color convert

RGB 16 37 140 -
CMYK 0.89 0.74 0 0.45
HSL 229.84º 0.79% 0.31% -
HSV(B) 229.84º 0.89% 0.55% -
XYZ 5.61 3.33 25.16 -
YUV 42.46 183.04 109.12 -
System Red Green Blue C M Y K H S L
Decimal 16 37 140 0.89 0.74 0 0.45 229.84 0.79 0.31
Hex 10 25 8C 59 4A 0 2D E6 4F 1F
Octal 20 45 214 131 112 0 55 346 117 37
Binary 10000 100101 10001100 1011001 1001010 0 101101 11100110 1001111 11111

Color Harmonies of #10258C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10258C

Black with #10258C

Text Example


Text Example

White with #10258C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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