Html Css Color HEX #123285 Smalt

📋 copy color: '#123285'

red 18 ◦ green 50 ◦ blue 133

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

Shades of Smalt #123285

Tints of Smalt #123285

RGB

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

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

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

R = 8.96%
G = 24.88%
B = 66.17%

CMYK

 C value IS 0.86

 M value IS 0.62

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#123285 (or 0x123285) is known color: Smalt. HEX triplet: 12, 32 and 85. RGB value is (18,50,133). Sum of RGB (Red+Green+Blue) = 18+50+133=201 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.96% from 201); Green value is 50 (19.92% from 255 or 24.88% from 201); Blue value is 133 (52.34% from 255 or 66.17% from 201); Max value from RGB is 133 - color contains mainly: blue. Hex color #123285 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123285 is #EDCD7A. Grayscale: #313131. Windows color (decimal): -15584635 or 8729106. OLE color: 8729106.

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

Color convert

RGB 18 50 133 -
CMYK 0.86 0.62 0 0.48
HSL 223.3º 0.76% 0.3% -
HSV(B) 223.3º 0.86% 0.52% -
XYZ 5.62 4.1 22.69 -
YUV 49.89 174.9 105.25 -
System Red Green Blue C M Y K H S L
Decimal 18 50 133 0.86 0.62 0 0.48 223.3 0.76 0.3
Hex 12 32 85 56 3E 0 30 DF 4C 1E
Octal 22 62 205 126 76 0 60 337 114 36
Binary 10010 110010 10000101 1010110 111110 0 110000 11011111 1001100 11110

Color Harmonies of #123285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123285

Black with #123285

Text Example


Text Example

White with #123285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123285; }

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

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

background-color css

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

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

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

border-color css

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

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

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