#124B82

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

Shades of Dark Cerulean #124B82

Tints of Dark Cerulean #124B82

Color information

#124B82 (or 0x124B82) is unknown color: approx Dark Cerulean. HEX triplet: 12, 4B and 82. RGB value is (18,75,130). Sum of RGB (Red+Green+Blue) = 18+75+130=223 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.07% from 223); Green value is 75 (29.69% from 255 or 33.63% from 223); Blue value is 130 (51.17% from 255 or 58.30% from 223); Max value from RGB is 130 - color contains mainly: blue. Hex color #124B82 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124B82 is #EDB47D. Grayscale: #3F3F3F. Windows color (decimal): -15578238 or 8538898. OLE color: 8538898.

HSL color Cylindrical-coordinate representation of color #124B82: hue angle of 209.46º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #124B82 is Cyan = 0.86, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1875130-
CMYK0.860.4200.49
HSL209.46º75.68%29.02%-
HSV(B)209.46º86.15%50.98%-
XYZ6.796.7722.07-
YUV64.23165.1295.03-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.07%
GREEN value IS 75 (29.69% from 255) = 33.63%
BLUE value IS 130 (51.17% from 255) = 58.30%
R=8.07%
G=33.63%
B=58.30%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal18751300.860.4200.49209.4675.6829.02
Hex124B82562A031d14c1d
Octal221132021265206132111435
Binary100101001011100000101010110101010011000111010001100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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