#124893

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

Shades of Dark Cerulean #124893

Tints of Dark Cerulean #124893

Color information

#124893 (or 0x124893) is unknown color: approx Dark Cerulean. HEX triplet: 12, 48 and 93. RGB value is (18,72,147). Sum of RGB (Red+Green+Blue) = 18+72+147=237 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.59% from 237); Green value is 72 (28.52% from 255 or 30.38% from 237); Blue value is 147 (57.81% from 255 or 62.03% from 237); Max value from RGB is 147 - color contains mainly: blue. Hex color #124893 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124893 is #EDB76C. Grayscale: #404040. Windows color (decimal): -15578989 or 9652242. OLE color: 9652242.

HSL color Cylindrical-coordinate representation of color #124893: hue angle of 214.88º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #124893 is Cyan = 0.88, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1872147-
CMYK0.880.5100.42
HSL214.88º78.18%32.35%-
HSV(B)214.88º87.76%57.65%-
XYZ7.836.8728.52-
YUV64.4174.6194.9-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.59%
GREEN value IS 72 (28.52% from 255) = 30.38%
BLUE value IS 147 (57.81% from 255) = 62.03%
R=7.59%
G=30.38%
B=62.03%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal18721470.880.5100.42214.8878.1832.35
Hex124893583302Ad74e20
Octal221102231306305232711640
Binary1001010010001001001110110001100110101010110101111001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124893; }

 p { color: rgb(18,72,147); }

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

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

 a { background-color: rgb(18,72,147); }

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

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

 span { border-color: rgb(18,72,147); }

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