#124783

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

Shades of Dark Cerulean #124783

Tints of Dark Cerulean #124783

Color information

#124783 (or 0x124783) is unknown color: approx Dark Cerulean. HEX triplet: 12, 47 and 83. RGB value is (18,71,131). Sum of RGB (Red+Green+Blue) = 18+71+131=220 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.18% from 220); Green value is 71 (28.12% from 255 or 32.27% from 220); Blue value is 131 (51.56% from 255 or 59.55% from 220); Max value from RGB is 131 - color contains mainly: blue. Hex color #124783 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124783 is #EDB87C. Grayscale: #3D3D3D. Windows color (decimal): -15579261 or 8603410. OLE color: 8603410.

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

Color convert

RGB1871131-
CMYK0.860.4600.49
HSL211.86º75.84%29.22%-
HSV(B)211.86º86.26%51.37%-
XYZ6.66.2722.34-
YUV61.99166.9496.62-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.18%
GREEN value IS 71 (28.12% from 255) = 32.27%
BLUE value IS 131 (51.56% from 255) = 59.55%
R=8.18%
G=32.27%
B=59.55%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal18711310.860.4600.49211.8675.8429.22
Hex124783562E031d44c1d
Octal221072031265606132411435
Binary100101000111100000111010110101110011000111010100100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124783

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124783; }

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

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

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

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

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

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

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

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