#123A70

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

Shades of Dark Cerulean #123A70

Tints of Dark Cerulean #123A70

Color information

#123A70 (or 0x123A70) is unknown color: approx Dark Cerulean. HEX triplet: 12, 3A and 70. RGB value is (18,58,112). Sum of RGB (Red+Green+Blue) = 18+58+112=188 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.57% from 188); Green value is 58 (23.05% from 255 or 30.85% from 188); Blue value is 112 (44.14% from 255 or 59.57% from 188); Max value from RGB is 112 - color contains mainly: blue. Hex color #123A70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123A70 is #EDC58F. Grayscale: #333333. Windows color (decimal): -15582608 or 7354898. OLE color: 7354898.

HSL color Cylindrical-coordinate representation of color #123A70: hue angle of 214.47º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #123A70 is Cyan = 0.84, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1858112-
CMYK0.840.4800.56
HSL214.47º72.31%25.49%-
HSV(B)214.47º83.93%43.92%-
XYZ4.694.3215.92-
YUV52.2161.75103.61-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.57%
GREEN value IS 58 (23.05% from 255) = 30.85%
BLUE value IS 112 (44.14% from 255) = 59.57%
R=9.57%
G=30.85%
B=59.57%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal18581120.840.4800.56214.4772.3125.49
Hex123A705430038d64819
Octal22721601246007032611031
Binary1001011101011100001010100110000011100011010110100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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