#123582

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

Shades of Dark Cerulean #123582

Tints of Dark Cerulean #123582

Color information

#123582 (or 0x123582) is unknown color: approx Dark Cerulean. HEX triplet: 12, 35 and 82. RGB value is (18,53,130). Sum of RGB (Red+Green+Blue) = 18+53+130=201 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.96% from 201); Green value is 53 (21.09% from 255 or 26.37% from 201); Blue value is 130 (51.17% from 255 or 64.68% from 201); Max value from RGB is 130 - color contains mainly: blue. Hex color #123582 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123582 is #EDCA7D. Grayscale: #323232. Windows color (decimal): -15583870 or 8533266. OLE color: 8533266.

HSL color Cylindrical-coordinate representation of color #123582: hue angle of 221.25º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #123582 is Cyan = 0.86, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1853130-
CMYK0.860.5900.49
HSL221.25º75.68%29.02%-
HSV(B)221.25º86.15%50.98%-
XYZ5.554.2921.65-
YUV51.31172.4104.24-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.96%
GREEN value IS 53 (21.09% from 255) = 26.37%
BLUE value IS 130 (51.17% from 255) = 64.68%
R=8.96%
G=26.37%
B=64.68%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal18531300.860.5900.49221.2575.6829.02
Hex123582563B031dd4c1d
Octal22652021267306133511435
Binary10010110101100000101010110111011011000111011101100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123582; }

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

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

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

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

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

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

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

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