Html Css Color HEX #16358B Smalt

📋 copy color: '#16358B'

red 22 ◦ green 53 ◦ blue 139

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

Shades of Smalt #16358B

Tints of Smalt #16358B

RGB

 RED value IS 22 (8.98% from 255) = 10.28%

 GREEN value IS 53 (21.09% from 255) = 24.77%

 BLUE value IS 139 (54.69% from 255) = 64.95%

R = 10.28%
G = 24.77%
B = 64.95%

CMYK

 C value IS 0.84

 M value IS 0.62

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#16358B (or 0x16358B) is known color: Smalt. HEX triplet: 16, 35 and 8B. RGB value is (22,53,139). Sum of RGB (Red+Green+Blue) = 22+53+139=214 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.28% from 214); Green value is 53 (21.09% from 255 or 24.77% from 214); Blue value is 139 (54.69% from 255 or 64.95% from 214); Max value from RGB is 139 - color contains mainly: blue. Hex color #16358B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #16358B is #E9CA74. Grayscale: #353535. Windows color (decimal): -15321717 or 9123094. OLE color: 9123094.

HSL color Cylindrical-coordinate representation of color #16358B: hue angle of 224.1º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #16358B is Cyan = 0.84, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 22 53 139 -
CMYK 0.84 0.62 0 0.45
HSL 224.1º 0.73% 0.32% -
HSV(B) 224.1º 0.84% 0.55% -
XYZ 6.26 4.58 24.98 -
YUV 53.54 176.23 105.51 -
System Red Green Blue C M Y K H S L
Decimal 22 53 139 0.84 0.62 0 0.45 224.1 0.73 0.32
Hex 16 35 8B 54 3E 0 2D E0 49 20
Octal 26 65 213 124 76 0 55 340 111 40
Binary 10110 110101 10001011 1010100 111110 0 101101 11100000 1001001 100000

Color Harmonies of #16358B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16358B

Black with #16358B

Text Example


Text Example

White with #16358B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #16358B; }

 p { color: rgb(22,53,139); }

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

background-color css

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

 a { background-color: rgb(22,53,139); }

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

border-color css

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

 span { border-color: rgb(22,53,139); }

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