#123A7A

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

Shades of Dark Cerulean #123A7A

Tints of Dark Cerulean #123A7A

Color information

#123A7A (or 0x123A7A) is unknown color: approx Dark Cerulean. HEX triplet: 12, 3A and 7A. RGB value is (18,58,122). Sum of RGB (Red+Green+Blue) = 18+58+122=198 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.09% from 198); Green value is 58 (23.05% from 255 or 29.29% from 198); Blue value is 122 (48.05% from 255 or 61.62% from 198); Max value from RGB is 122 - color contains mainly: blue. Hex color #123A7A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123A7A is #EDC585. Grayscale: #353535. Windows color (decimal): -15582598 or 8010258. OLE color: 8010258.

HSL color Cylindrical-coordinate representation of color #123A7A: hue angle of 216.92º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #123A7A is Cyan = 0.85, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1858122-
CMYK0.850.5200.52
HSL216.92º74.29%27.45%-
HSV(B)216.92º85.25%47.84%-
XYZ5.284.5619.01-
YUV53.34166.75102.8-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.09%
GREEN value IS 58 (23.05% from 255) = 29.29%
BLUE value IS 122 (48.05% from 255) = 61.62%
R=9.09%
G=29.29%
B=61.62%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal18581220.850.5200.52216.9274.2927.45
Hex123A7A5534034d94a1b
Octal22721721256406433111233
Binary1001011101011110101010101110100011010011011001100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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