#123954

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

Shades of Regal Blue #123954

Tints of Regal Blue #123954

Color information

#123954 (or 0x123954) is unknown color: approx Regal Blue. HEX triplet: 12, 39 and 54. RGB value is (18,57,84). Sum of RGB (Red+Green+Blue) = 18+57+84=159 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.32% from 159); Green value is 57 (22.66% from 255 or 35.85% from 159); Blue value is 84 (33.20% from 255 or 52.83% from 159); Max value from RGB is 84 - color contains mainly: blue. Hex color #123954 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123954 is #EDC6AB. Grayscale: #303030. Windows color (decimal): -15582892 or 5519634. OLE color: 5519634.

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

Color convert

RGB185784-
CMYK0.790.3200.67
HSL204.55º64.71%20%-
HSV(B)204.55º78.57%32.94%-
XYZ3.313.698.93-
YUV48.42148.08106.3-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.32%
GREEN value IS 57 (22.66% from 255) = 35.85%
BLUE value IS 84 (33.20% from 255) = 52.83%
R=11.32%
G=35.85%
B=52.83%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1857840.790.3200.67204.5564.7120
Hex1239544F20043cd4114
Octal227112411740010331510124
Binary10010111001101010010011111000000100001111001101100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123954; }

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

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

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

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

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

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

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

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