Html Css Color HEX #183285 Smalt

📋 copy color: '#183285'

red 24 ◦ green 50 ◦ blue 133

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

Shades of Smalt #183285

Tints of Smalt #183285

RGB

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

 GREEN value IS 50 (19.92% from 255) = 24.15%

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

R = 11.59%
G = 24.15%
B = 64.25%

CMYK

 C value IS 0.82

 M value IS 0.62

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#183285 (or 0x183285) is known color: Smalt. HEX triplet: 18, 32 and 85. RGB value is (24,50,133). Sum of RGB (Red+Green+Blue) = 24+50+133=207 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.59% from 207); Green value is 50 (19.92% from 255 or 24.15% from 207); Blue value is 133 (52.34% from 255 or 64.25% from 207); Max value from RGB is 133 - color contains mainly: blue. Hex color #183285 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #183285 is #E7CD7A. Grayscale: #333333. Windows color (decimal): -15191419 or 8729112. OLE color: 8729112.

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

Color convert

RGB 24 50 133 -
CMYK 0.82 0.62 0 0.48
HSL 225.69º 0.69% 0.31% -
HSV(B) 225.69º 0.82% 0.52% -
XYZ 5.75 4.17 22.69 -
YUV 51.69 173.89 108.25 -
System Red Green Blue C M Y K H S L
Decimal 24 50 133 0.82 0.62 0 0.48 225.69 0.69 0.31
Hex 18 32 85 52 3E 0 30 E2 45 1F
Octal 30 62 205 122 76 0 60 342 105 37
Binary 11000 110010 10000101 1010010 111110 0 110000 11100010 1000101 11111

Color Harmonies of #183285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183285

Black with #183285

Text Example


Text Example

White with #183285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #183285; }

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

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

background-color css

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

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

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

border-color css

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

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

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