#123655

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

Shades of Regal Blue #123655

Tints of Regal Blue #123655

Color information

#123655 (or 0x123655) is unknown color: approx Regal Blue. HEX triplet: 12, 36 and 55. RGB value is (18,54,85). Sum of RGB (Red+Green+Blue) = 18+54+85=157 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.46% from 157); Green value is 54 (21.48% from 255 or 34.39% from 157); Blue value is 85 (33.59% from 255 or 54.14% from 157); Max value from RGB is 85 - color contains mainly: blue. Hex color #123655 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123655 is #EDC9AA. Grayscale: #2E2E2E. Windows color (decimal): -15583659 or 5584402. OLE color: 5584402.

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

Color convert

RGB185485-
CMYK0.790.3600.67
HSL207.76º65.05%20.2%-
HSV(B)207.76º78.82%33.33%-
XYZ3.213.429.09-
YUV46.77149.57107.48-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.46%
GREEN value IS 54 (21.48% from 255) = 34.39%
BLUE value IS 85 (33.59% from 255) = 54.14%
R=11.46%
G=34.39%
B=54.14%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1854850.790.3600.67207.7665.0520.2
Hex1236554F24043d04114
Octal226612511744010332010124
Binary10010110110101010110011111001000100001111010000100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123655; }

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

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

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

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

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

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

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

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