#123385

Color #123385 Smalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smalt #123385

Tints of Smalt #123385

Color information

#123385 (or 0x123385) is unknown color: approx Smalt. HEX triplet: 12, 33 and 85. RGB value is (18,51,133). Sum of RGB (Red+Green+Blue) = 18+51+133=202 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.91% from 202); Green value is 51 (20.31% from 255 or 25.25% from 202); Blue value is 133 (52.34% from 255 or 65.84% from 202); Max value from RGB is 133 - color contains mainly: blue. Hex color #123385 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123385 is #EDCC7A. Grayscale: #323232. Windows color (decimal): -15584379 or 8729362. OLE color: 8729362.

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

Color convert

RGB1851133-
CMYK0.860.6200.48
HSL222.78º76.16%29.61%-
HSV(B)222.78º86.47%52.16%-
XYZ5.674.1922.7-
YUV50.48174.57104.83-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.91%
GREEN value IS 51 (20.31% from 255) = 25.25%
BLUE value IS 133 (52.34% from 255) = 65.84%
R=8.91%
G=25.25%
B=65.84%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal18511330.860.6200.48222.7876.1629.61
Hex123385563E030df4c1e
Octal22632051267606033711436
Binary10010110011100001011010110111110011000011011111100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123385; }

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

 H1.HeaderClassName
 {
   color: #123385;
 }
 .AnyTagClassName
 {
   color: #123385;
 }
</style>
background-color css

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

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

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

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

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

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