Html Css Color HEX #10288A Smalt

📋 copy color: '#10288A'

red 16 ◦ green 40 ◦ blue 138

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

Shades of Smalt #10288A

Tints of Smalt #10288A

RGB

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

 GREEN value IS 40 (16.02% from 255) = 20.62%

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

R = 8.25%
G = 20.62%
B = 71.13%

CMYK

 C value IS 0.88

 M value IS 0.71

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#10288A (or 0x10288A) is known color: Smalt. HEX triplet: 10, 28 and 8A. RGB value is (16,40,138). Sum of RGB (Red+Green+Blue) = 16+40+138=194 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.25% from 194); Green value is 40 (16.02% from 255 or 20.62% from 194); Blue value is 138 (54.30% from 255 or 71.13% from 194); Max value from RGB is 138 - color contains mainly: blue. Hex color #10288A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10288A is #EFD775. Grayscale: #2B2B2B. Windows color (decimal): -15718262 or 9054224. OLE color: 9054224.

HSL color Cylindrical-coordinate representation of color #10288A: hue angle of 228.2º 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 #10288A is Cyan = 0.88, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 16 40 138 -
CMYK 0.88 0.71 0 0.46
HSL 228.2º 0.79% 0.3% -
HSV(B) 228.2º 0.88% 0.54% -
XYZ 5.56 3.46 24.42 -
YUV 44 181.05 108.03 -
System Red Green Blue C M Y K H S L
Decimal 16 40 138 0.88 0.71 0 0.46 228.2 0.79 0.3
Hex 10 28 8A 58 47 0 2E E4 4F 1E
Octal 20 50 212 130 107 0 56 344 117 36
Binary 10000 101000 10001010 1011000 1000111 0 101110 11100100 1001111 11110

Color Harmonies of #10288A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10288A

Black with #10288A

Text Example


Text Example

White with #10288A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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