#123783

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

Shades of Dark Cerulean #123783

Tints of Dark Cerulean #123783

Color information

#123783 (or 0x123783) is unknown color: approx Dark Cerulean. HEX triplet: 12, 37 and 83. RGB value is (18,55,131). Sum of RGB (Red+Green+Blue) = 18+55+131=204 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.82% from 204); Green value is 55 (21.88% from 255 or 26.96% from 204); Blue value is 131 (51.56% from 255 or 64.22% from 204); Max value from RGB is 131 - color contains mainly: blue. Hex color #123783 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123783 is #EDC87C. Grayscale: #343434. Windows color (decimal): -15583357 or 8599314. OLE color: 8599314.

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

Color convert

RGB1855131-
CMYK0.860.5800.49
HSL220.35º75.84%29.22%-
HSV(B)220.35º86.26%51.37%-
XYZ5.714.522.04-
YUV52.6172.24103.32-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.82%
GREEN value IS 55 (21.88% from 255) = 26.96%
BLUE value IS 131 (51.56% from 255) = 64.22%
R=8.82%
G=26.96%
B=64.22%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal18551310.860.5800.49220.3575.8429.22
Hex123783563A031dc4c1d
Octal22672031267206133411435
Binary10010110111100000111010110111010011000111011100100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123783

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123783; }

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

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

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

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

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

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

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

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