Html Css Color HEX #10338F Smalt

📋 copy color: '#10338F'

red 16 ◦ green 51 ◦ blue 143

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

Shades of Smalt #10338F

Tints of Smalt #10338F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 24.29%

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

R = 7.62%
G = 24.29%
B = 68.1%

CMYK

 C value IS 0.89

 M value IS 0.64

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#10338F (or 0x10338F) is known color: Smalt. HEX triplet: 10, 33 and 8F. RGB value is (16,51,143). Sum of RGB (Red+Green+Blue) = 16+51+143=210 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.62% from 210); Green value is 51 (20.31% from 255 or 24.29% from 210); Blue value is 143 (56.25% from 255 or 68.10% from 210); Max value from RGB is 143 - color contains mainly: blue. Hex color #10338F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10338F is #EFCC70. Grayscale: #323232. Windows color (decimal): -15715441 or 9384720. OLE color: 9384720.

HSL color Cylindrical-coordinate representation of color #10338F: hue angle of 223.46º 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 #10338F is Cyan = 0.89, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 16 51 143 -
CMYK 0.89 0.64 0 0.44
HSL 223.46º 0.8% 0.31% -
HSV(B) 223.46º 0.89% 0.56% -
XYZ 6.36 4.46 26.51 -
YUV 51.02 179.9 103.02 -
System Red Green Blue C M Y K H S L
Decimal 16 51 143 0.89 0.64 0 0.44 223.46 0.8 0.31
Hex 10 33 8F 59 40 0 2C DF 50 1F
Octal 20 63 217 131 100 0 54 337 120 37
Binary 10000 110011 10001111 1011001 1000000 0 101100 11011111 1010000 11111

Color Harmonies of #10338F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10338F

Black with #10338F

Text Example


Text Example

White with #10338F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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