Html Css Color HEX #18358A Smalt

📋 copy color: '#18358A'

red 24 ◦ green 53 ◦ blue 138

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

Shades of Smalt #18358A

Tints of Smalt #18358A

RGB

 RED value IS 24 (9.77% from 255) = 11.16%

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

 BLUE value IS 138 (54.3% from 255) = 64.19%

R = 11.16%
G = 24.65%
B = 64.19%

CMYK

 C value IS 0.83

 M value IS 0.62

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#18358A (or 0x18358A) is known color: Smalt. HEX triplet: 18, 35 and 8A. RGB value is (24,53,138). Sum of RGB (Red+Green+Blue) = 24+53+138=215 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.16% from 215); Green value is 53 (21.09% from 255 or 24.65% from 215); Blue value is 138 (54.30% from 255 or 64.19% from 215); Max value from RGB is 138 - color contains mainly: blue. Hex color #18358A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18358A is #E7CA75. Grayscale: #353535. Windows color (decimal): -15190646 or 9057560. OLE color: 9057560.

HSL color Cylindrical-coordinate representation of color #18358A: hue angle of 224.74º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18358A is Cyan = 0.83, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 24 53 138 -
CMYK 0.83 0.62 0 0.46
HSL 224.74º 0.7% 0.32% -
HSV(B) 224.74º 0.83% 0.54% -
XYZ 6.24 4.58 24.6 -
YUV 54.02 175.39 106.59 -
System Red Green Blue C M Y K H S L
Decimal 24 53 138 0.83 0.62 0 0.46 224.74 0.7 0.32
Hex 18 35 8A 53 3E 0 2E E1 46 20
Octal 30 65 212 123 76 0 56 341 106 40
Binary 11000 110101 10001010 1010011 111110 0 101110 11100001 1000110 100000

Color Harmonies of #18358A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18358A

Black with #18358A

Text Example


Text Example

White with #18358A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,53,138); }

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

background-color css

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

 a { background-color: rgb(24,53,138); }

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

border-color css

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

 span { border-color: rgb(24,53,138); }

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