#123585

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

Shades of Dark Cerulean #123585

Tints of Dark Cerulean #123585

Color information

#123585 (or 0x123585) is unknown color: approx Dark Cerulean. HEX triplet: 12, 35 and 85. RGB value is (18,53,133). Sum of RGB (Red+Green+Blue) = 18+53+133=204 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.82% from 204); Green value is 53 (21.09% from 255 or 25.98% from 204); Blue value is 133 (52.34% from 255 or 65.20% from 204); Max value from RGB is 133 - color contains mainly: blue. Hex color #123585 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123585 is #EDCA7A. Grayscale: #333333. Windows color (decimal): -15583867 or 8729874. OLE color: 8729874.

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

Color convert

RGB1853133-
CMYK0.860.6000.48
HSL221.74º76.16%29.61%-
HSV(B)221.74º86.47%52.16%-
XYZ5.764.3722.73-
YUV51.65173.9104-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.82%
GREEN value IS 53 (21.09% from 255) = 25.98%
BLUE value IS 133 (52.34% from 255) = 65.20%
R=8.82%
G=25.98%
B=65.20%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal18531330.860.6000.48221.7476.1629.61
Hex123585563C030de4c1e
Octal22652051267406033611436
Binary10010110101100001011010110111100011000011011110100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123585; }

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

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

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

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

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

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

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

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