Html Css Color HEX #182F84 Smalt

📋 copy color: '#182F84'

red 24 ◦ green 47 ◦ blue 132

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

Shades of Smalt #182F84

Tints of Smalt #182F84

RGB

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

 GREEN value IS 47 (18.75% from 255) = 23.15%

 BLUE value IS 132 (51.95% from 255) = 65.02%

R = 11.82%
G = 23.15%
B = 65.02%

CMYK

 C value IS 0.82

 M value IS 0.64

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#182F84 (or 0x182F84) is known color: Smalt. HEX triplet: 18, 2F and 84. RGB value is (24,47,132). Sum of RGB (Red+Green+Blue) = 24+47+132=203 (26% of max value = 765). Red value is 24 (9.77% from 255 or 11.82% from 203); Green value is 47 (18.75% from 255 or 23.15% from 203); Blue value is 132 (51.95% from 255 or 65.02% from 203); Max value from RGB is 132 - color contains mainly: blue. Hex color #182F84 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #182F84 is #E7D07B. Grayscale: #313131. Windows color (decimal): -15192188 or 8662808. OLE color: 8662808.

HSL color Cylindrical-coordinate representation of color #182F84: hue angle of 227.22º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #182F84 is Cyan = 0.82, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 24 47 132 -
CMYK 0.82 0.64 0 0.48
HSL 227.22º 0.69% 0.31% -
HSV(B) 227.22º 0.82% 0.52% -
XYZ 5.56 3.89 22.29 -
YUV 49.81 174.38 109.59 -
System Red Green Blue C M Y K H S L
Decimal 24 47 132 0.82 0.64 0 0.48 227.22 0.69 0.31
Hex 18 2F 84 52 40 0 30 E3 45 1F
Octal 30 57 204 122 100 0 60 343 105 37
Binary 11000 101111 10000100 1010010 1000000 0 110000 11100011 1000101 11111

Color Harmonies of #182F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182F84

Black with #182F84

Text Example


Text Example

White with #182F84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #182F84; }

 p { color: rgb(24,47,132); }

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

background-color css

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

 a { background-color: rgb(24,47,132); }

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

border-color css

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

 span { border-color: rgb(24,47,132); }

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