#123853

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

Shades of Regal Blue #123853

Tints of Regal Blue #123853

Color information

#123853 (or 0x123853) is unknown color: approx Regal Blue. HEX triplet: 12, 38 and 53. RGB value is (18,56,83). Sum of RGB (Red+Green+Blue) = 18+56+83=157 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.46% from 157); Green value is 56 (22.27% from 255 or 35.67% from 157); Blue value is 83 (32.81% from 255 or 52.87% from 157); Max value from RGB is 83 - color contains mainly: blue. Hex color #123853 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123853 is #EDC7AC. Grayscale: #2F2F2F. Windows color (decimal): -15583149 or 5453842. OLE color: 5453842.

HSL color Cylindrical-coordinate representation of color #123853: hue angle of 204.92º 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 #123853 is Cyan = 0.78, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB185683-
CMYK0.780.3300.67
HSL204.92º64.36%19.8%-
HSV(B)204.92º78.31%32.55%-
XYZ3.223.588.7-
YUV47.72147.91106.8-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.46%
GREEN value IS 56 (22.27% from 255) = 35.67%
BLUE value IS 83 (32.81% from 255) = 52.87%
R=11.46%
G=35.67%
B=52.87%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1856830.780.3300.67204.9264.3619.8
Hex1238534E21043cd4014
Octal227012311641010331510024
Binary10010111000101001110011101000010100001111001101100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123853; }

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

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

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

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

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

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

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

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