#124773

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

Shades of Dark Cerulean #124773

Tints of Dark Cerulean #124773

Color information

#124773 (or 0x124773) is unknown color: approx Dark Cerulean. HEX triplet: 12, 47 and 73. RGB value is (18,71,115). Sum of RGB (Red+Green+Blue) = 18+71+115=204 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.82% from 204); Green value is 71 (28.12% from 255 or 34.80% from 204); Blue value is 115 (45.31% from 255 or 56.37% from 204); Max value from RGB is 115 - color contains mainly: blue. Hex color #124773 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124773 is #EDB88C. Grayscale: #3B3B3B. Windows color (decimal): -15579277 or 7554834. OLE color: 7554834.

HSL color Cylindrical-coordinate representation of color #124773: hue angle of 207.22º 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 #124773 is Cyan = 0.84, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1871115-
CMYK0.840.3800.55
HSL207.22º72.93%26.08%-
HSV(B)207.22º84.35%45.1%-
XYZ5.65.8717.06-
YUV60.17158.9497.92-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.82%
GREEN value IS 71 (28.12% from 255) = 34.80%
BLUE value IS 115 (45.31% from 255) = 56.37%
R=8.82%
G=34.80%
B=56.37%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal18711150.840.3800.55207.2272.9326.08
Hex1247735426037cf491a
Octal221071631244606731711132
Binary10010100011111100111010100100110011011111001111100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124773; }

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

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

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

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

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

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

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

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