Html Css Color HEX #182F85 Smalt

📋 copy color: '#182F85'

red 24 ◦ green 47 ◦ blue 133

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

Shades of Smalt #182F85

Tints of Smalt #182F85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 65.2%

R = 11.76%
G = 23.04%
B = 65.2%

CMYK

 C value IS 0.82

 M value IS 0.65

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#182F85 (or 0x182F85) is known color: Smalt. HEX triplet: 18, 2F and 85. RGB value is (24,47,133). Sum of RGB (Red+Green+Blue) = 24+47+133=204 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.76% from 204); Green value is 47 (18.75% from 255 or 23.04% from 204); Blue value is 133 (52.34% from 255 or 65.20% from 204); Max value from RGB is 133 - color contains mainly: blue. Hex color #182F85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #182F85 is #E7D07A. Grayscale: #313131. Windows color (decimal): -15192187 or 8728344. OLE color: 8728344.

HSL color Cylindrical-coordinate representation of color #182F85: hue angle of 227.34º 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 #182F85 is Cyan = 0.82, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 24 47 133 -
CMYK 0.82 0.65 0 0.48
HSL 227.34º 0.69% 0.31% -
HSV(B) 227.34º 0.82% 0.52% -
XYZ 5.63 3.92 22.65 -
YUV 49.93 174.88 109.51 -
System Red Green Blue C M Y K H S L
Decimal 24 47 133 0.82 0.65 0 0.48 227.34 0.69 0.31
Hex 18 2F 85 52 41 0 30 E3 45 1F
Octal 30 57 205 122 101 0 60 343 105 37
Binary 11000 101111 10000101 1010010 1000001 0 110000 11100011 1000101 11111

Color Harmonies of #182F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182F85

Black with #182F85

Text Example


Text Example

White with #182F85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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