Html Css Color HEX #10388F Smalt

📋 copy color: '#10388F'

red 16 ◦ green 56 ◦ blue 143

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

Shades of Smalt #10388F

Tints of Smalt #10388F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 26.05%

 BLUE value IS 143 (56.25% from 255) = 66.51%

R = 7.44%
G = 26.05%
B = 66.51%

CMYK

 C value IS 0.89

 M value IS 0.61

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#10388F (or 0x10388F) is known color: Smalt. HEX triplet: 10, 38 and 8F. RGB value is (16,56,143). Sum of RGB (Red+Green+Blue) = 16+56+143=215 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.44% from 215); Green value is 56 (22.27% from 255 or 26.05% from 215); Blue value is 143 (56.25% from 255 or 66.51% from 215); Max value from RGB is 143 - color contains mainly: blue. Hex color #10388F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10388F is #EFC770. Grayscale: #353535. Windows color (decimal): -15714161 or 9386000. OLE color: 9386000.

HSL color Cylindrical-coordinate representation of color #10388F: hue angle of 221.1º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #10388F is Cyan = 0.89, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 16 56 143 -
CMYK 0.89 0.61 0 0.44
HSL 221.1º 0.8% 0.31% -
HSV(B) 221.1º 0.89% 0.56% -
XYZ 6.59 4.92 26.59 -
YUV 53.96 178.25 100.93 -
System Red Green Blue C M Y K H S L
Decimal 16 56 143 0.89 0.61 0 0.44 221.1 0.8 0.31
Hex 10 38 8F 59 3D 0 2C DD 50 1F
Octal 20 70 217 131 75 0 54 335 120 37
Binary 10000 111000 10001111 1011001 111101 0 101100 11011101 1010000 11111

Color Harmonies of #10388F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10388F

Black with #10388F

Text Example


Text Example

White with #10388F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10388F; }

 p { color: rgb(16,56,143); }

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

background-color css

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

 a { background-color: rgb(16,56,143); }

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

border-color css

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

 span { border-color: rgb(16,56,143); }

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