Html Css Color HEX #10308F Smalt

📋 copy color: '#10308F'

red 16 ◦ green 48 ◦ blue 143

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

Shades of Smalt #10308F

Tints of Smalt #10308F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 23.19%

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

R = 7.73%
G = 23.19%
B = 69.08%

CMYK

 C value IS 0.89

 M value IS 0.66

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#10308F (or 0x10308F) is known color: Smalt. HEX triplet: 10, 30 and 8F. RGB value is (16,48,143). Sum of RGB (Red+Green+Blue) = 16+48+143=207 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.73% from 207); Green value is 48 (19.14% from 255 or 23.19% from 207); Blue value is 143 (56.25% from 255 or 69.08% from 207); Max value from RGB is 143 - color contains mainly: blue. Hex color #10308F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10308F is #EFCF70. Grayscale: #303030. Windows color (decimal): -15716209 or 9383952. OLE color: 9383952.

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

Color convert

RGB 16 48 143 -
CMYK 0.89 0.66 0 0.44
HSL 224.88º 0.8% 0.31% -
HSV(B) 224.88º 0.89% 0.56% -
XYZ 6.23 4.21 26.47 -
YUV 49.26 180.9 104.28 -
System Red Green Blue C M Y K H S L
Decimal 16 48 143 0.89 0.66 0 0.44 224.88 0.8 0.31
Hex 10 30 8F 59 42 0 2C E1 50 1F
Octal 20 60 217 131 102 0 54 341 120 37
Binary 10000 110000 10001111 1011001 1000010 0 101100 11100001 1010000 11111

Color Harmonies of #10308F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10308F

Black with #10308F

Text Example


Text Example

White with #10308F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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