Html Css Color HEX #10388B Smalt

📋 copy color: '#10388B'

red 16 ◦ green 56 ◦ blue 139

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

Shades of Smalt #10388B

Tints of Smalt #10388B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 65.88%

R = 7.58%
G = 26.54%
B = 65.88%

CMYK

 C value IS 0.88

 M value IS 0.60

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#10388B (or 0x10388B) is known color: Smalt. HEX triplet: 10, 38 and 8B. RGB value is (16,56,139). Sum of RGB (Red+Green+Blue) = 16+56+139=211 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.58% from 211); Green value is 56 (22.27% from 255 or 26.54% from 211); Blue value is 139 (54.69% from 255 or 65.88% from 211); Max value from RGB is 139 - color contains mainly: blue. Hex color #10388B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10388B is #EFC774. Grayscale: #353535. Windows color (decimal): -15714165 or 9123856. OLE color: 9123856.

HSL color Cylindrical-coordinate representation of color #10388B: hue angle of 220.49º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #10388B is Cyan = 0.88, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 16 56 139 -
CMYK 0.88 0.60 0 0.45
HSL 220.49º 0.79% 0.3% -
HSV(B) 220.49º 0.88% 0.55% -
XYZ 6.29 4.8 25.02 -
YUV 53.5 176.25 101.25 -
System Red Green Blue C M Y K H S L
Decimal 16 56 139 0.88 0.60 0 0.45 220.49 0.79 0.3
Hex 10 38 8B 58 3C 0 2D DC 4F 1E
Octal 20 70 213 130 74 0 55 334 117 36
Binary 10000 111000 10001011 1011000 111100 0 101101 11011100 1001111 11110

Color Harmonies of #10388B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10388B

Black with #10388B

Text Example


Text Example

White with #10388B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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