#124A92

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

Shades of Dark Cerulean #124A92

Tints of Dark Cerulean #124A92

Color information

#124A92 (or 0x124A92) is unknown color: approx Dark Cerulean. HEX triplet: 12, 4A and 92. RGB value is (18,74,146). Sum of RGB (Red+Green+Blue) = 18+74+146=238 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.56% from 238); Green value is 74 (29.30% from 255 or 31.09% from 238); Blue value is 146 (57.42% from 255 or 61.34% from 238); Max value from RGB is 146 - color contains mainly: blue. Hex color #124A92 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124A92 is #EDB56D. Grayscale: #414141. Windows color (decimal): -15578478 or 9587218. OLE color: 9587218.

HSL color Cylindrical-coordinate representation of color #124A92: hue angle of 213.75º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #124A92 is Cyan = 0.88, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB1874146-
CMYK0.880.4900.43
HSL213.75º78.05%32.16%-
HSV(B)213.75º87.67%57.25%-
XYZ7.897.128.15-
YUV65.46173.4594.15-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.56%
GREEN value IS 74 (29.30% from 255) = 31.09%
BLUE value IS 146 (57.42% from 255) = 61.34%
R=7.56%
G=31.09%
B=61.34%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal18741460.880.4900.43213.7578.0532.16
Hex124A92583102Bd64e20
Octal221122221306105332611640
Binary1001010010101001001010110001100010101011110101101001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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