#124A8B

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

Shades of Dark Cerulean #124A8B

Tints of Dark Cerulean #124A8B

Color information

#124A8B (or 0x124A8B) is unknown color: approx Dark Cerulean. HEX triplet: 12, 4A and 8B. RGB value is (18,74,139). Sum of RGB (Red+Green+Blue) = 18+74+139=231 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.79% from 231); Green value is 74 (29.30% from 255 or 32.03% from 231); Blue value is 139 (54.69% from 255 or 60.17% from 231); Max value from RGB is 139 - color contains mainly: blue. Hex color #124A8B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124A8B is #EDB574. Grayscale: #404040. Windows color (decimal): -15578485 or 9128466. OLE color: 9128466.

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

Color convert

RGB1874139-
CMYK0.870.4700.45
HSL212.23º77.07%30.78%-
HSV(B)212.23º87.05%54.51%-
XYZ7.366.8925.37-
YUV64.67169.9594.71-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.79%
GREEN value IS 74 (29.30% from 255) = 32.03%
BLUE value IS 139 (54.69% from 255) = 60.17%
R=7.79%
G=32.03%
B=60.17%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal18741390.870.4700.45212.2377.0730.78
Hex124A8B572F02Dd44d1f
Octal221122131275705532411537
Binary100101001010100010111010111101111010110111010100100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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