#123683

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

Shades of Dark Cerulean #123683

Tints of Dark Cerulean #123683

Color information

#123683 (or 0x123683) is unknown color: approx Dark Cerulean. HEX triplet: 12, 36 and 83. RGB value is (18,54,131). Sum of RGB (Red+Green+Blue) = 18+54+131=203 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.87% from 203); Green value is 54 (21.48% from 255 or 26.60% from 203); Blue value is 131 (51.56% from 255 or 64.53% from 203); Max value from RGB is 131 - color contains mainly: blue. Hex color #123683 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123683 is #EDC97C. Grayscale: #333333. Windows color (decimal): -15583613 or 8599058. OLE color: 8599058.

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

Color convert

RGB1854131-
CMYK0.860.5900.49
HSL220.88º75.84%29.22%-
HSV(B)220.88º86.26%51.37%-
XYZ5.674.4122.02-
YUV52.01172.57103.74-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.87%
GREEN value IS 54 (21.48% from 255) = 26.60%
BLUE value IS 131 (51.56% from 255) = 64.53%
R=8.87%
G=26.60%
B=64.53%

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
Decimal18541310.860.5900.49220.8875.8429.22
Hex123683563B031dd4c1d
Octal22662031267306133511435
Binary10010110110100000111010110111011011000111011101100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123683; }

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

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

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

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

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

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

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

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