#124B93

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

Shades of Dark Cerulean #124B93

Tints of Dark Cerulean #124B93

Color information

#124B93 (or 0x124B93) is unknown color: approx Dark Cerulean. HEX triplet: 12, 4B and 93. RGB value is (18,75,147). Sum of RGB (Red+Green+Blue) = 18+75+147=240 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.5% from 240); Green value is 75 (29.69% from 255 or 31.25% from 240); Blue value is 147 (57.81% from 255 or 61.25% from 240); Max value from RGB is 147 - color contains mainly: blue. Hex color #124B93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124B93 is #EDB46C. Grayscale: #414141. Windows color (decimal): -15578221 or 9653010. OLE color: 9653010.

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

Color convert

RGB1875147-
CMYK0.880.4900.42
HSL213.49º78.18%32.35%-
HSV(B)213.49º87.76%57.65%-
XYZ8.037.2728.58-
YUV66.16173.6293.65-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.5%
GREEN value IS 75 (29.69% from 255) = 31.25%
BLUE value IS 147 (57.81% from 255) = 61.25%
R=7.5%
G=31.25%
B=61.25%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal18751470.880.4900.42213.4978.1832.35
Hex124B93583102Ad54e20
Octal221132231306105232511640
Binary1001010010111001001110110001100010101010110101011001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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