#123950

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

Shades of Regal Blue #123950

Tints of Regal Blue #123950

Color information

#123950 (or 0x123950) is unknown color: approx Regal Blue. HEX triplet: 12, 39 and 50. RGB value is (18,57,80). Sum of RGB (Red+Green+Blue) = 18+57+80=155 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.61% from 155); Green value is 57 (22.66% from 255 or 36.77% from 155); Blue value is 80 (31.64% from 255 or 51.61% from 155); Max value from RGB is 80 - color contains mainly: blue. Hex color #123950 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123950 is #EDC6AF. Grayscale: #2F2F2F. Windows color (decimal): -15582896 or 5257490. OLE color: 5257490.

HSL color Cylindrical-coordinate representation of color #123950: hue angle of 202.26º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #123950 is Cyan = 0.78, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB185780-
CMYK0.780.2900.69
HSL202.26º63.27%19.22%-
HSV(B)202.26º77.5%31.37%-
XYZ3.163.638.12-
YUV47.96146.08106.63-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.61%
GREEN value IS 57 (22.66% from 255) = 36.77%
BLUE value IS 80 (31.64% from 255) = 51.61%
R=11.61%
G=36.77%
B=51.61%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1857800.780.2900.69202.2663.2719.22
Hex1239504E1D045ca3f13
Octal22711201163501053127723
Binary100101110011010000100111011101010001011100101011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123950; }

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

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

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

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

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

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

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

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