#123055

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

Shades of Regal Blue #123055

Tints of Regal Blue #123055

Color information

#123055 (or 0x123055) is unknown color: approx Regal Blue. HEX triplet: 12, 30 and 55. RGB value is (18,48,85). Sum of RGB (Red+Green+Blue) = 18+48+85=151 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.92% from 151); Green value is 48 (19.14% from 255 or 31.79% from 151); Blue value is 85 (33.59% from 255 or 56.29% from 151); Max value from RGB is 85 - color contains mainly: blue. Hex color #123055 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123055 is #EDCFAA. Grayscale: #2B2B2B. Windows color (decimal): -15585195 or 5582866. OLE color: 5582866.

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

Color convert

RGB184885-
CMYK0.790.4400.67
HSL213.13º65.05%20.2%-
HSV(B)213.13º78.82%33.33%-
XYZ2.952.99-
YUV43.25151.56109.99-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.92%
GREEN value IS 48 (19.14% from 255) = 31.79%
BLUE value IS 85 (33.59% from 255) = 56.29%
R=11.92%
G=31.79%
B=56.29%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1848850.790.4400.67213.1365.0520.2
Hex1230554F2C043d54114
Octal226012511754010332510124
Binary10010110000101010110011111011000100001111010101100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123055; }

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

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

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

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

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

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

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

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