#123952

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

Shades of Regal Blue #123952

Tints of Regal Blue #123952

Color information

#123952 (or 0x123952) is unknown color: approx Regal Blue. HEX triplet: 12, 39 and 52. RGB value is (18,57,82). Sum of RGB (Red+Green+Blue) = 18+57+82=157 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.46% from 157); Green value is 57 (22.66% from 255 or 36.31% from 157); Blue value is 82 (32.42% from 255 or 52.23% from 157); Max value from RGB is 82 - color contains mainly: blue. Hex color #123952 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123952 is #EDC6AD. Grayscale: #303030. Windows color (decimal): -15582894 or 5388562. OLE color: 5388562.

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

Color convert

RGB185782-
CMYK0.780.3000.68
HSL203.44º64%19.61%-
HSV(B)203.44º78.05%32.16%-
XYZ3.243.668.52-
YUV48.19147.08106.47-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.46%
GREEN value IS 57 (22.66% from 255) = 36.31%
BLUE value IS 82 (32.42% from 255) = 52.23%
R=11.46%
G=36.31%
B=52.23%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1857820.780.3000.68203.446419.61
Hex1239524E1E044cb4014
Octal227112211636010431310024
Binary1001011100110100101001110111100100010011001011100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123952; }

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

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

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

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

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

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

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

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