#123685

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

Shades of Dark Cerulean #123685

Tints of Dark Cerulean #123685

Color information

#123685 (or 0x123685) is unknown color: approx Dark Cerulean. HEX triplet: 12, 36 and 85. RGB value is (18,54,133). Sum of RGB (Red+Green+Blue) = 18+54+133=205 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.78% from 205); Green value is 54 (21.48% from 255 or 26.34% from 205); Blue value is 133 (52.34% from 255 or 64.88% from 205); Max value from RGB is 133 - color contains mainly: blue. Hex color #123685 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123685 is #EDC97A. Grayscale: #333333. Windows color (decimal): -15583611 or 8730130. OLE color: 8730130.

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

Color convert

RGB1854133-
CMYK0.860.5900.48
HSL221.22º76.16%29.61%-
HSV(B)221.22º86.47%52.16%-
XYZ5.84.4622.75-
YUV52.24173.57103.58-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.78%
GREEN value IS 54 (21.48% from 255) = 26.34%
BLUE value IS 133 (52.34% from 255) = 64.88%
R=8.78%
G=26.34%
B=64.88%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal18541330.860.5900.48221.2276.1629.61
Hex123685563B030dd4c1e
Octal22662051267306033511436
Binary10010110110100001011010110111011011000011011101100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123685; }

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

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

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

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

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

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

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

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