#123255

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

Shades of Regal Blue #123255

Tints of Regal Blue #123255

Color information

#123255 (or 0x123255) is unknown color: approx Regal Blue. HEX triplet: 12, 32 and 55. RGB value is (18,50,85). Sum of RGB (Red+Green+Blue) = 18+50+85=153 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.76% from 153); Green value is 50 (19.92% from 255 or 32.68% from 153); Blue value is 85 (33.59% from 255 or 55.56% from 153); Max value from RGB is 85 - color contains mainly: blue. Hex color #123255 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123255 is #EDCDAA. Grayscale: #2C2C2C. Windows color (decimal): -15584683 or 5583378. OLE color: 5583378.

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

Color convert

RGB185085-
CMYK0.790.4100.67
HSL211.34º65.05%20.2%-
HSV(B)211.34º78.82%33.33%-
XYZ3.033.079.03-
YUV44.42150.9109.15-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.76%
GREEN value IS 50 (19.92% from 255) = 32.68%
BLUE value IS 85 (33.59% from 255) = 55.56%
R=11.76%
G=32.68%
B=55.56%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1850850.790.4100.67211.3465.0520.2
Hex1232554F29043d34114
Octal226212511751010332310124
Binary10010110010101010110011111010010100001111010011100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123255; }

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

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

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

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

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

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

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

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