#123E83

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

Shades of Dark Cerulean #123E83

Tints of Dark Cerulean #123E83

Color information

#123E83 (or 0x123E83) is unknown color: approx Dark Cerulean. HEX triplet: 12, 3E and 83. RGB value is (18,62,131). Sum of RGB (Red+Green+Blue) = 18+62+131=211 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.53% from 211); Green value is 62 (24.61% from 255 or 29.38% from 211); Blue value is 131 (51.56% from 255 or 62.09% from 211); Max value from RGB is 131 - color contains mainly: blue. Hex color #123E83 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123E83 is #EDC17C. Grayscale: #383838. Windows color (decimal): -15581565 or 8601106. OLE color: 8601106.

HSL color Cylindrical-coordinate representation of color #123E83: hue angle of 216.64º 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 #123E83 is Cyan = 0.86, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1862131-
CMYK0.860.5300.49
HSL216.64º75.84%29.22%-
HSV(B)216.64º86.26%51.37%-
XYZ6.075.2122.16-
YUV56.71169.92100.39-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.53%
GREEN value IS 62 (24.61% from 255) = 29.38%
BLUE value IS 131 (51.56% from 255) = 62.09%
R=8.53%
G=29.38%
B=62.09%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal18621310.860.5300.49216.6475.8429.22
Hex123E835635031d94c1d
Octal22762031266506133111435
Binary10010111110100000111010110110101011000111011001100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123E83; }

 p { color: rgb(18,62,131); }

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

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

 a { background-color: rgb(18,62,131); }

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

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

 span { border-color: rgb(18,62,131); }

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