Html Css Color HEX #123384 Smalt

📋 copy color: '#123384'

red 18 ◦ green 51 ◦ blue 132

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

Shades of Smalt #123384

Tints of Smalt #123384

RGB

 RED value IS 18 (7.42% from 255) = 8.96%

 GREEN value IS 51 (20.31% from 255) = 25.37%

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

R = 8.96%
G = 25.37%
B = 65.67%

CMYK

 C value IS 0.86

 M value IS 0.61

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#123384 (or 0x123384) is known color: Smalt. HEX triplet: 12, 33 and 84. RGB value is (18,51,132). Sum of RGB (Red+Green+Blue) = 18+51+132=201 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.96% from 201); Green value is 51 (20.31% from 255 or 25.37% from 201); Blue value is 132 (51.95% from 255 or 65.67% from 201); Max value from RGB is 132 - color contains mainly: blue. Hex color #123384 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123384 is #EDCC7B. Grayscale: #323232. Windows color (decimal): -15584380 or 8663826. OLE color: 8663826.

HSL color Cylindrical-coordinate representation of color #123384: hue angle of 222.63º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #123384 is Cyan = 0.86, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 18 51 132 -
CMYK 0.86 0.61 0 0.48
HSL 222.63º 0.76% 0.29% -
HSV(B) 222.63º 0.86% 0.52% -
XYZ 5.6 4.16 22.34 -
YUV 50.37 174.07 104.91 -
System Red Green Blue C M Y K H S L
Decimal 18 51 132 0.86 0.61 0 0.48 222.63 0.76 0.29
Hex 12 33 84 56 3D 0 30 DF 4C 1D
Octal 22 63 204 126 75 0 60 337 114 35
Binary 10010 110011 10000100 1010110 111101 0 110000 11011111 1001100 11101

Color Harmonies of #123384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123384

Black with #123384

Text Example


Text Example

White with #123384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123384; }

 p { color: rgb(18,51,132); }

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

background-color css

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

 a { background-color: rgb(18,51,132); }

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

border-color css

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

 span { border-color: rgb(18,51,132); }

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