Html Css Color HEX #10308C Smalt

📋 copy color: '#10308C'

red 16 ◦ green 48 ◦ blue 140

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

Shades of Smalt #10308C

Tints of Smalt #10308C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 68.63%

R = 7.84%
G = 23.53%
B = 68.63%

CMYK

 C value IS 0.89

 M value IS 0.66

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#10308C (or 0x10308C) is known color: Smalt. HEX triplet: 10, 30 and 8C. RGB value is (16,48,140). Sum of RGB (Red+Green+Blue) = 16+48+140=204 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.84% from 204); Green value is 48 (19.14% from 255 or 23.53% from 204); Blue value is 140 (55.08% from 255 or 68.63% from 204); Max value from RGB is 140 - color contains mainly: blue. Hex color #10308C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10308C is #EFCF73. Grayscale: #303030. Windows color (decimal): -15716212 or 9187344. OLE color: 9187344.

HSL color Cylindrical-coordinate representation of color #10308C: hue angle of 224.52º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #10308C is Cyan = 0.89, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 16 48 140 -
CMYK 0.89 0.66 0 0.45
HSL 224.52º 0.79% 0.31% -
HSV(B) 224.52º 0.89% 0.55% -
XYZ 6 4.12 25.29 -
YUV 48.92 179.4 104.52 -
System Red Green Blue C M Y K H S L
Decimal 16 48 140 0.89 0.66 0 0.45 224.52 0.79 0.31
Hex 10 30 8C 59 42 0 2D E1 4F 1F
Octal 20 60 214 131 102 0 55 341 117 37
Binary 10000 110000 10001100 1011001 1000010 0 101101 11100001 1001111 11111

Color Harmonies of #10308C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10308C

Black with #10308C

Text Example


Text Example

White with #10308C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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