#123A81

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

Shades of Dark Cerulean #123A81

Tints of Dark Cerulean #123A81

Color information

#123A81 (or 0x123A81) is unknown color: approx Dark Cerulean. HEX triplet: 12, 3A and 81. RGB value is (18,58,129). Sum of RGB (Red+Green+Blue) = 18+58+129=205 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.78% from 205); Green value is 58 (23.05% from 255 or 28.29% from 205); Blue value is 129 (50.78% from 255 or 62.93% from 205); Max value from RGB is 129 - color contains mainly: blue. Hex color #123A81 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123A81 is #EDC57E. Grayscale: #353535. Windows color (decimal): -15582591 or 8469010. OLE color: 8469010.

HSL color Cylindrical-coordinate representation of color #123A81: hue angle of 218.38º 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 #123A81 is Cyan = 0.86, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1858129-
CMYK0.860.5500.49
HSL218.38º75.51%28.82%-
HSV(B)218.38º86.05%50.59%-
XYZ5.724.7421.38-
YUV54.13170.25102.23-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.78%
GREEN value IS 58 (23.05% from 255) = 28.29%
BLUE value IS 129 (50.78% from 255) = 62.93%
R=8.78%
G=28.29%
B=62.93%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal18581290.860.5500.49218.3875.5128.82
Hex123A815637031da4c1d
Octal22722011266706133211435
Binary10010111010100000011010110110111011000111011010100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123A81; }

 p { color: rgb(18,58,129); }

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

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

 a { background-color: rgb(18,58,129); }

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

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

 span { border-color: rgb(18,58,129); }

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