Html Css Color HEX #102488 Smalt

📋 copy color: '#102488'

red 16 ◦ green 36 ◦ blue 136

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

Shades of Smalt #102488

Tints of Smalt #102488

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 72.34%

R = 8.51%
G = 19.15%
B = 72.34%

CMYK

 C value IS 0.88

 M value IS 0.74

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#102488 (or 0x102488) is known color: Smalt. HEX triplet: 10, 24 and 88. RGB value is (16,36,136). Sum of RGB (Red+Green+Blue) = 16+36+136=188 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.51% from 188); Green value is 36 (14.45% from 255 or 19.15% from 188); Blue value is 136 (53.52% from 255 or 72.34% from 188); Max value from RGB is 136 - color contains mainly: blue. Hex color #102488 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #102488 is #EFDB77. Grayscale: #292929. Windows color (decimal): -15719288 or 8922128. OLE color: 8922128.

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

Color convert

RGB 16 36 136 -
CMYK 0.88 0.74 0 0.47
HSL 230º 0.79% 0.3% -
HSV(B) 230º 0.88% 0.53% -
XYZ 5.29 3.15 23.62 -
YUV 41.42 181.37 109.87 -
System Red Green Blue C M Y K H S L
Decimal 16 36 136 0.88 0.74 0 0.47 230 0.79 0.3
Hex 10 24 88 58 4A 0 2F E6 4F 1E
Octal 20 44 210 130 112 0 57 346 117 36
Binary 10000 100100 10001000 1011000 1001010 0 101111 11100110 1001111 11110

Color Harmonies of #102488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #102488

Black with #102488

Text Example


Text Example

White with #102488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #102488; }

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

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

background-color css

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

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

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

border-color css

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

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

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