Html Css Color HEX #10368F Smalt

📋 copy color: '#10368F'

red 16 ◦ green 54 ◦ blue 143

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

Shades of Smalt #10368F

Tints of Smalt #10368F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 25.35%

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

R = 7.51%
G = 25.35%
B = 67.14%

CMYK

 C value IS 0.89

 M value IS 0.62

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#10368F (or 0x10368F) is known color: Smalt. HEX triplet: 10, 36 and 8F. RGB value is (16,54,143). Sum of RGB (Red+Green+Blue) = 16+54+143=213 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.51% from 213); Green value is 54 (21.48% from 255 or 25.35% from 213); Blue value is 143 (56.25% from 255 or 67.14% from 213); Max value from RGB is 143 - color contains mainly: blue. Hex color #10368F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10368F is #EFC970. Grayscale: #343434. Windows color (decimal): -15714673 or 9385488. OLE color: 9385488.

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

Color convert

RGB 16 54 143 -
CMYK 0.89 0.62 0 0.44
HSL 222.05º 0.8% 0.31% -
HSV(B) 222.05º 0.89% 0.56% -
XYZ 6.49 4.73 26.56 -
YUV 52.78 178.91 101.76 -
System Red Green Blue C M Y K H S L
Decimal 16 54 143 0.89 0.62 0 0.44 222.05 0.8 0.31
Hex 10 36 8F 59 3E 0 2C DE 50 1F
Octal 20 66 217 131 76 0 54 336 120 37
Binary 10000 110110 10001111 1011001 111110 0 101100 11011110 1010000 11111

Color Harmonies of #10368F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10368F

Black with #10368F

Text Example


Text Example

White with #10368F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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