Html Css Color HEX #10288C Smalt

📋 copy color: '#10288C'

red 16 ◦ green 40 ◦ blue 140

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

Shades of Smalt #10288C

Tints of Smalt #10288C

RGB

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

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

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

R = 8.16%
G = 20.41%
B = 71.43%

CMYK

 C value IS 0.89

 M value IS 0.71

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#10288C (or 0x10288C) is known color: Smalt. HEX triplet: 10, 28 and 8C. RGB value is (16,40,140). Sum of RGB (Red+Green+Blue) = 16+40+140=196 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.16% from 196); Green value is 40 (16.02% from 255 or 20.41% from 196); Blue value is 140 (55.08% from 255 or 71.43% from 196); Max value from RGB is 140 - color contains mainly: blue. Hex color #10288C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10288C is #EFD773. Grayscale: #2B2B2B. Windows color (decimal): -15718260 or 9185296. OLE color: 9185296.

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

Color convert

RGB 16 40 140 -
CMYK 0.89 0.71 0 0.45
HSL 228.39º 0.79% 0.31% -
HSV(B) 228.39º 0.89% 0.55% -
XYZ 5.71 3.52 25.19 -
YUV 44.22 182.05 107.87 -
System Red Green Blue C M Y K H S L
Decimal 16 40 140 0.89 0.71 0 0.45 228.39 0.79 0.31
Hex 10 28 8C 59 47 0 2D E4 4F 1F
Octal 20 50 214 131 107 0 55 344 117 37
Binary 10000 101000 10001100 1011001 1000111 0 101101 11100100 1001111 11111

Color Harmonies of #10288C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10288C

Black with #10288C

Text Example


Text Example

White with #10288C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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