Html Css Color HEX #104398 Smalt

📋 copy color: '#104398'

red 16 ◦ green 67 ◦ blue 152

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

Shades of Smalt #104398

Tints of Smalt #104398

RGB

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

 GREEN value IS 67 (26.56% from 255) = 28.51%

 BLUE value IS 152 (59.77% from 255) = 64.68%

R = 6.81%
G = 28.51%
B = 64.68%

CMYK

 C value IS 0.89

 M value IS 0.56

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#104398 (or 0x104398) is known color: Smalt. HEX triplet: 10, 43 and 98. RGB value is (16,67,152). Sum of RGB (Red+Green+Blue) = 16+67+152=235 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.81% from 235); Green value is 67 (26.56% from 255 or 28.51% from 235); Blue value is 152 (59.77% from 255 or 64.68% from 235); Max value from RGB is 152 - color contains mainly: blue. Hex color #104398 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104398 is #EFBC67. Grayscale: #3D3D3D. Windows color (decimal): -15711336 or 9978640. OLE color: 9978640.

HSL color Cylindrical-coordinate representation of color #104398: hue angle of 217.5º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #104398 is Cyan = 0.89, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 16 67 152 -
CMYK 0.89 0.56 0 0.40
HSL 217.5º 0.81% 0.33% -
HSV(B) 217.5º 0.89% 0.6% -
XYZ 7.89 6.39 30.52 -
YUV 61.44 179.1 95.59 -
System Red Green Blue C M Y K H S L
Decimal 16 67 152 0.89 0.56 0 0.40 217.5 0.81 0.33
Hex 10 43 98 59 38 0 28 DA 51 21
Octal 20 103 230 131 70 0 50 332 121 41
Binary 10000 1000011 10011000 1011001 111000 0 101000 11011010 1010001 100001

Color Harmonies of #104398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104398

Black with #104398

Text Example


Text Example

White with #104398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104398; }

 p { color: rgb(16,67,152); }

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

background-color css

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

 a { background-color: rgb(16,67,152); }

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

border-color css

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

 span { border-color: rgb(16,67,152); }

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