#123455

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

Shades of Regal Blue #123455

Tints of Regal Blue #123455

Color information

#123455 (or 0x123455) is unknown color: approx Regal Blue. HEX triplet: 12, 34 and 55. RGB value is (18,52,85). Sum of RGB (Red+Green+Blue) = 18+52+85=155 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.61% from 155); Green value is 52 (20.70% from 255 or 33.55% from 155); Blue value is 85 (33.59% from 255 or 54.84% from 155); Max value from RGB is 85 - color contains mainly: blue. Hex color #123455 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123455 is #EDCBAA. Grayscale: #2D2D2D. Windows color (decimal): -15584171 or 5583890. OLE color: 5583890.

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

Color convert

RGB185285-
CMYK0.790.3900.67
HSL209.55º65.05%20.2%-
HSV(B)209.55º78.82%33.33%-
XYZ3.123.249.06-
YUV45.6150.24108.32-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.61%
GREEN value IS 52 (20.70% from 255) = 33.55%
BLUE value IS 85 (33.59% from 255) = 54.84%
R=11.61%
G=33.55%
B=54.84%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1852850.790.3900.67209.5565.0520.2
Hex1234554F27043d24114
Octal226412511747010332210124
Binary10010110100101010110011111001110100001111010010100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123455; }

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

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

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

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

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

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

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

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