#123D83

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

Shades of Dark Cerulean #123D83

Tints of Dark Cerulean #123D83

Color information

#123D83 (or 0x123D83) is unknown color: approx Dark Cerulean. HEX triplet: 12, 3D and 83. RGB value is (18,61,131). Sum of RGB (Red+Green+Blue) = 18+61+131=210 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.57% from 210); Green value is 61 (24.22% from 255 or 29.05% from 210); Blue value is 131 (51.56% from 255 or 62.38% from 210); Max value from RGB is 131 - color contains mainly: blue. Hex color #123D83 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123D83 is #EDC27C. Grayscale: #373737. Windows color (decimal): -15581821 or 8600850. OLE color: 8600850.

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

Color convert

RGB1861131-
CMYK0.860.5300.49
HSL217.17º75.84%29.22%-
HSV(B)217.17º86.26%51.37%-
XYZ6.015.122.14-
YUV56.12170.25100.81-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.57%
GREEN value IS 61 (24.22% from 255) = 29.05%
BLUE value IS 131 (51.56% from 255) = 62.38%
R=8.57%
G=29.05%
B=62.38%

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
Decimal18611310.860.5300.49217.1775.8429.22
Hex123D835635031d94c1d
Octal22752031266506133111435
Binary10010111101100000111010110110101011000111011001100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123D83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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