#124a8a

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

Shades of Dark Cerulean #124A8A

Tints of Dark Cerulean #124A8A

Color information

#124A8A (or 0x124A8A) is unknown color: approx Dark Cerulean. HEX triplet: 12, 4A and 8A. RGB value is (18,74,138). Sum of RGB (Red+Green+Blue) = 18+74+138=230 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.83% from 230); Green value is 74 (29.30% from 255 or 32.17% from 230); Blue value is 138 (54.30% from 255 or 60% from 230); Max value from RGB is 138 - color contains mainly: blue. Hex color #124A8A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124A8A is #EDB575. Grayscale: #404040. Windows color (decimal): -15578486 or 9062930. OLE color: 9062930.

HSL color Cylindrical-coordinate representation of color #124A8A: hue angle of 212º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #124A8A is Cyan = 0.87, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB1874138-
CMYK0.870.4600.46
HSL212º76.92%30.59%-
HSV(B)212º86.96%54.12%-
XYZ7.296.8624.99-
YUV64.55169.4594.8-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.83%
GREEN value IS 74 (29.30% from 255) = 32.17%
BLUE value IS 138 (54.30% from 255) = 60%
R=7.83%
G=32.17%
B=60%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal18741380.870.4600.4621276.9230.59
Hex124A8A572E02Ed44d1f
Octal221122121275605632411537
Binary100101001010100010101010111101110010111011010100100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124a8a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124a8a; }

 p { color: rgb(18,74,138); }

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

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

 a { background-color: rgb(18,74,138); }

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

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

 span { border-color: rgb(18,74,138); }

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