#123753

Color #123753 Regal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Regal Blue #123753

Tints of Regal Blue #123753

Color information

#123753 (or 0x123753) is unknown color: approx Regal Blue. HEX triplet: 12, 37 and 53. RGB value is (18,55,83). Sum of RGB (Red+Green+Blue) = 18+55+83=156 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.54% from 156); Green value is 55 (21.88% from 255 or 35.26% from 156); Blue value is 83 (32.81% from 255 or 53.21% from 156); Max value from RGB is 83 - color contains mainly: blue. Hex color #123753 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123753 is #EDC8AC. Grayscale: #2E2E2E. Windows color (decimal): -15583405 or 5453586. OLE color: 5453586.

HSL color Cylindrical-coordinate representation of color #123753: hue angle of 205.85º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #123753 is Cyan = 0.78, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB185583-
CMYK0.780.3400.67
HSL205.85º64.36%19.8%-
HSV(B)205.85º78.31%32.55%-
XYZ3.183.498.69-
YUV47.13148.24107.22-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.54%
GREEN value IS 55 (21.88% from 255) = 35.26%
BLUE value IS 83 (32.81% from 255) = 53.21%
R=11.54%
G=35.26%
B=53.21%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1855830.780.3400.67205.8564.3619.8
Hex1237534E22043ce4014
Octal226712311642010331610024
Binary10010110111101001110011101000100100001111001110100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123753; }

 p { color: rgb(18,55,83); }

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

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

 a { background-color: rgb(18,55,83); }

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

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

 span { border-color: rgb(18,55,83); }

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