#124693

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

Shades of Dark Cerulean #124693

Tints of Dark Cerulean #124693

Color information

#124693 (or 0x124693) is unknown color: approx Dark Cerulean. HEX triplet: 12, 46 and 93. RGB value is (18,70,147). Sum of RGB (Red+Green+Blue) = 18+70+147=235 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.66% from 235); Green value is 70 (27.73% from 255 or 29.79% from 235); Blue value is 147 (57.81% from 255 or 62.55% from 235); Max value from RGB is 147 - color contains mainly: blue. Hex color #124693 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124693 is #EDB96C. Grayscale: #3E3E3E. Windows color (decimal): -15579501 or 9651730. OLE color: 9651730.

HSL color Cylindrical-coordinate representation of color #124693: hue angle of 215.81º 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 #124693 is Cyan = 0.88, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1870147-
CMYK0.880.5200.42
HSL215.81º78.18%32.35%-
HSV(B)215.81º87.76%57.65%-
XYZ7.716.6228.47-
YUV63.23175.2795.74-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.66%
GREEN value IS 70 (27.73% from 255) = 29.79%
BLUE value IS 147 (57.81% from 255) = 62.55%
R=7.66%
G=29.79%
B=62.55%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal18701470.880.5200.42215.8178.1832.35
Hex124693583402Ad84e20
Octal221062231306405233011640
Binary1001010001101001001110110001101000101010110110001001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124693; }

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

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

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

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

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

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

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

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