#124573

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

Shades of Dark Cerulean #124573

Tints of Dark Cerulean #124573

Color information

#124573 (or 0x124573) is unknown color: approx Dark Cerulean. HEX triplet: 12, 45 and 73. RGB value is (18,69,115). Sum of RGB (Red+Green+Blue) = 18+69+115=202 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.91% from 202); Green value is 69 (27.34% from 255 or 34.16% from 202); Blue value is 115 (45.31% from 255 or 56.93% from 202); Max value from RGB is 115 - color contains mainly: blue. Hex color #124573 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124573 is #EDBA8C. Grayscale: #3A3A3A. Windows color (decimal): -15579789 or 7554322. OLE color: 7554322.

HSL color Cylindrical-coordinate representation of color #124573: hue angle of 208.45º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #124573 is Cyan = 0.84, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1869115-
CMYK0.840.400.55
HSL208.45º72.93%26.08%-
HSV(B)208.45º84.35%45.1%-
XYZ5.475.6217.02-
YUV59159.698.76-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.91%
GREEN value IS 69 (27.34% from 255) = 34.16%
BLUE value IS 115 (45.31% from 255) = 56.93%
R=8.91%
G=34.16%
B=56.93%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal18691150.840.400.55208.4572.9326.08
Hex1245735428037d0491a
Octal221051631245006732011132
Binary10010100010111100111010100101000011011111010000100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124573; }

 p { color: rgb(18,69,115); }

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

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

 a { background-color: rgb(18,69,115); }

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

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

 span { border-color: rgb(18,69,115); }

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