#10308A

Color #10308A Smalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smalt #10308A

Tints of Smalt #10308A

Color information

#10308A (or 0x10308A) is unknown color: approx Smalt. HEX triplet: 10, 30 and 8A. RGB value is (16,48,138). Sum of RGB (Red+Green+Blue) = 16+48+138=202 (26% of max value = 765). Red value is 16 (6.64% from 255 or 7.92% from 202); Green value is 48 (19.14% from 255 or 23.76% from 202); Blue value is 138 (54.30% from 255 or 68.32% from 202); Max value from RGB is 138 - color contains mainly: blue. Hex color #10308A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10308A is #EFCF75. Grayscale: #303030. Windows color (decimal): -15716214 or 9056272. OLE color: 9056272.

HSL color Cylindrical-coordinate representation of color #10308A: hue angle of 224.26º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #10308A is Cyan = 0.88, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB1648138-
CMYK0.880.6500.46
HSL224.26º79.22%30.2%-
HSV(B)224.26º88.41%54.12%-
XYZ5.864.0624.52-
YUV48.69178.4104.68-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.92%
GREEN value IS 48 (19.14% from 255) = 23.76%
BLUE value IS 138 (54.30% from 255) = 68.32%
R=7.92%
G=23.76%
B=68.32%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal16481380.880.6500.46224.2679.2230.2
Hex10308A584102Ee04f1e
Octal206021213010105634011736
Binary100001100001000101010110001000001010111011100000100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10308A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #10308A;
 }
 .AnyTagClassName
 {
   color: #10308A;
 }
</style>
background-color css

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

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

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

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

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

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