#123785

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

Shades of Dark Cerulean #123785

Tints of Dark Cerulean #123785

Color information

#123785 (or 0x123785) is unknown color: approx Dark Cerulean. HEX triplet: 12, 37 and 85. RGB value is (18,55,133). Sum of RGB (Red+Green+Blue) = 18+55+133=206 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.74% from 206); Green value is 55 (21.88% from 255 or 26.70% from 206); Blue value is 133 (52.34% from 255 or 64.56% from 206); Max value from RGB is 133 - color contains mainly: blue. Hex color #123785 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123785 is #EDC87A. Grayscale: #343434. Windows color (decimal): -15583355 or 8730386. OLE color: 8730386.

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

Color convert

RGB1855133-
CMYK0.860.5900.48
HSL220.7º76.16%29.61%-
HSV(B)220.7º86.47%52.16%-
XYZ5.854.5522.76-
YUV52.83173.24103.16-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.74%
GREEN value IS 55 (21.88% from 255) = 26.70%
BLUE value IS 133 (52.34% from 255) = 64.56%
R=8.74%
G=26.70%
B=64.56%

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
Decimal18551330.860.5900.48220.776.1629.61
Hex123785563B030dd4c1e
Octal22672051267306033511436
Binary10010110111100001011010110111011011000011011101100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123785; }

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

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

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

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

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

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

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

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