#123051

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

Shades of Regal Blue #123051

Tints of Regal Blue #123051

Color information

#123051 (or 0x123051) is unknown color: approx Regal Blue. HEX triplet: 12, 30 and 51. RGB value is (18,48,81). Sum of RGB (Red+Green+Blue) = 18+48+81=147 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.24% from 147); Green value is 48 (19.14% from 255 or 32.65% from 147); Blue value is 81 (32.03% from 255 or 55.10% from 147); Max value from RGB is 81 - color contains mainly: blue. Hex color #123051 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123051 is #EDCFAE. Grayscale: #2A2A2A. Windows color (decimal): -15585199 or 5320722. OLE color: 5320722.

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

Color convert

RGB184881-
CMYK0.780.4100.68
HSL211.43º63.64%19.41%-
HSV(B)211.43º77.78%31.76%-
XYZ2.792.848.18-
YUV42.79149.56110.32-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.24%
GREEN value IS 48 (19.14% from 255) = 32.65%
BLUE value IS 81 (32.03% from 255) = 55.10%
R=12.24%
G=32.65%
B=55.10%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1848810.780.4100.68211.4363.6419.41
Hex1230514E29044d34013
Octal226012111651010432310023
Binary10010110000101000110011101010010100010011010011100000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123051; }

 p { color: rgb(18,48,81); }

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

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

 a { background-color: rgb(18,48,81); }

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

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

 span { border-color: rgb(18,48,81); }

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