#123151

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

Shades of Regal Blue #123151

Tints of Regal Blue #123151

Color information

#123151 (or 0x123151) is unknown color: approx Regal Blue. HEX triplet: 12, 31 and 51. RGB value is (18,49,81). Sum of RGB (Red+Green+Blue) = 18+49+81=148 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.16% from 148); Green value is 49 (19.53% from 255 or 33.11% from 148); Blue value is 81 (32.03% from 255 or 54.73% from 148); Max value from RGB is 81 - color contains mainly: blue. Hex color #123151 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123151 is #EDCEAE. Grayscale: #2B2B2B. Windows color (decimal): -15584943 or 5320978. OLE color: 5320978.

HSL color Cylindrical-coordinate representation of color #123151: hue angle of 210.48º 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 #123151 is Cyan = 0.78, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB184981-
CMYK0.780.4000.68
HSL210.48º63.64%19.41%-
HSV(B)210.48º77.78%31.76%-
XYZ2.832.928.2-
YUV43.38149.23109.9-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.16%
GREEN value IS 49 (19.53% from 255) = 33.11%
BLUE value IS 81 (32.03% from 255) = 54.73%
R=12.16%
G=33.11%
B=54.73%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1849810.780.4000.68210.4863.6419.41
Hex1231514E28044d24013
Octal226112111650010432210023
Binary10010110001101000110011101010000100010011010010100000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123151; }

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

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

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

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

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

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

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

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