#124084

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

Shades of Dark Cerulean #124084

Tints of Dark Cerulean #124084

Color information

#124084 (or 0x124084) is unknown color: approx Dark Cerulean. HEX triplet: 12, 40 and 84. RGB value is (18,64,132). Sum of RGB (Red+Green+Blue) = 18+64+132=214 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.41% from 214); Green value is 64 (25.39% from 255 or 29.91% from 214); Blue value is 132 (51.95% from 255 or 61.68% from 214); Max value from RGB is 132 - color contains mainly: blue. Hex color #124084 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124084 is #EDBF7B. Grayscale: #393939. Windows color (decimal): -15581052 or 8667154. OLE color: 8667154.

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

Color convert

RGB1864132-
CMYK0.860.5200.48
HSL215.79º76%29.41%-
HSV(B)215.79º86.36%51.76%-
XYZ6.255.4622.55-
YUV58169.7699.47-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.41%
GREEN value IS 64 (25.39% from 255) = 29.91%
BLUE value IS 132 (51.95% from 255) = 61.68%
R=8.41%
G=29.91%
B=61.68%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal18641320.860.5200.48215.797629.41
Hex1240845634030d84c1d
Octal221002041266406033011435
Binary100101000000100001001010110110100011000011011000100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124084; }

 p { color: rgb(18,64,132); }

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

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

 a { background-color: rgb(18,64,132); }

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

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

 span { border-color: rgb(18,64,132); }

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