#123854

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

Shades of Regal Blue #123854

Tints of Regal Blue #123854

Color information

#123854 (or 0x123854) is unknown color: approx Regal Blue. HEX triplet: 12, 38 and 54. RGB value is (18,56,84). Sum of RGB (Red+Green+Blue) = 18+56+84=158 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.39% from 158); Green value is 56 (22.27% from 255 or 35.44% from 158); Blue value is 84 (33.20% from 255 or 53.16% from 158); Max value from RGB is 84 - color contains mainly: blue. Hex color #123854 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123854 is #EDC7AB. Grayscale: #2F2F2F. Windows color (decimal): -15583148 or 5519378. OLE color: 5519378.

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

Color convert

RGB185684-
CMYK0.790.3300.67
HSL205.45º64.71%20%-
HSV(B)205.45º78.57%32.94%-
XYZ3.263.68.91-
YUV47.83148.41106.72-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.39%
GREEN value IS 56 (22.27% from 255) = 35.44%
BLUE value IS 84 (33.20% from 255) = 53.16%
R=11.39%
G=35.44%
B=53.16%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1856840.790.3300.67205.4564.7120
Hex1238544F21043cd4114
Octal227012411741010331510124
Binary10010111000101010010011111000010100001111001101100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123854; }

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

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

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

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

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

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

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

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