Html Css Color HEX #10248A Smalt

📋 copy color: '#10248A'

red 16 ◦ green 36 ◦ blue 138

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

Shades of Smalt #10248A

Tints of Smalt #10248A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 18.95%

 BLUE value IS 138 (54.3% from 255) = 72.63%

R = 8.42%
G = 18.95%
B = 72.63%

CMYK

 C value IS 0.88

 M value IS 0.74

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#10248A (or 0x10248A) is known color: Smalt. HEX triplet: 10, 24 and 8A. RGB value is (16,36,138). Sum of RGB (Red+Green+Blue) = 16+36+138=190 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.42% from 190); Green value is 36 (14.45% from 255 or 18.95% from 190); Blue value is 138 (54.30% from 255 or 72.63% from 190); Max value from RGB is 138 - color contains mainly: blue. Hex color #10248A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10248A is #EFDB75. Grayscale: #292929. Windows color (decimal): -15719286 or 9053200. OLE color: 9053200.

HSL color Cylindrical-coordinate representation of color #10248A: hue angle of 230.16º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #10248A is Cyan = 0.88, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 16 36 138 -
CMYK 0.88 0.74 0 0.46
HSL 230.16º 0.79% 0.3% -
HSV(B) 230.16º 0.88% 0.54% -
XYZ 5.43 3.21 24.38 -
YUV 41.65 182.37 109.71 -
System Red Green Blue C M Y K H S L
Decimal 16 36 138 0.88 0.74 0 0.46 230.16 0.79 0.3
Hex 10 24 8A 58 4A 0 2E E6 4F 1E
Octal 20 44 212 130 112 0 56 346 117 36
Binary 10000 100100 10001010 1011000 1001010 0 101110 11100110 1001111 11110

Color Harmonies of #10248A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10248A

Black with #10248A

Text Example


Text Example

White with #10248A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10248A; }

 p { color: rgb(16,36,138); }

 H1.HeaderClassName
 {
   color: #10248A;
 }
 .AnyTagClassName
 {
   color: #10248A;
 }
</style>

background-color css

<style>
 a { background-color: #10248A; }

 a { background-color: rgb(16,36,138); }

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

border-color css

<style>
 span { border-color: #10248A; }

 span { border-color: rgb(16,36,138); }

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