#123A55

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

Shades of Regal Blue #123A55

Tints of Regal Blue #123A55

Color information

#123A55 (or 0x123A55) is unknown color: approx Regal Blue. HEX triplet: 12, 3A and 55. RGB value is (18,58,85). Sum of RGB (Red+Green+Blue) = 18+58+85=161 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.18% from 161); Green value is 58 (23.05% from 255 or 36.02% from 161); Blue value is 85 (33.59% from 255 or 52.80% from 161); Max value from RGB is 85 - color contains mainly: blue. Hex color #123A55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123A55 is #EDC5AA. Grayscale: #303030. Windows color (decimal): -15582635 or 5585426. OLE color: 5585426.

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

Color convert

RGB185885-
CMYK0.790.3200.67
HSL204.18º65.05%20.2%-
HSV(B)204.18º78.82%33.33%-
XYZ3.43.819.15-
YUV49.12148.25105.8-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.18%
GREEN value IS 58 (23.05% from 255) = 36.02%
BLUE value IS 85 (33.59% from 255) = 52.80%
R=11.18%
G=36.02%
B=52.80%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1858850.790.3200.67204.1865.0520.2
Hex123A554F20043cc4114
Octal227212511740010331410124
Binary10010111010101010110011111000000100001111001100100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123A55; }

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

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

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

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

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

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

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

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