#123558

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

Shades of Regal Blue #123558

Tints of Regal Blue #123558

Color information

#123558 (or 0x123558) is unknown color: approx Regal Blue. HEX triplet: 12, 35 and 58. RGB value is (18,53,88). Sum of RGB (Red+Green+Blue) = 18+53+88=159 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.32% from 159); Green value is 53 (21.09% from 255 or 33.33% from 159); Blue value is 88 (34.77% from 255 or 55.35% from 159); Max value from RGB is 88 - color contains mainly: blue. Hex color #123558 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123558 is #EDCAA7. Grayscale: #2E2E2E. Windows color (decimal): -15583912 or 5780754. OLE color: 5780754.

HSL color Cylindrical-coordinate representation of color #123558: hue angle of 210º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #123558 is Cyan = 0.80, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB185388-
CMYK0.800.4000.65
HSL210º66.04%20.78%-
HSV(B)210º79.55%34.51%-
XYZ3.283.389.71-
YUV46.52151.4107.65-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.32%
GREEN value IS 53 (21.09% from 255) = 33.33%
BLUE value IS 88 (34.77% from 255) = 55.35%
R=11.32%
G=33.33%
B=55.35%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1853880.800.4000.6521066.0420.78
Hex1235585028041d24215
Octal226513012050010132210225
Binary10010110101101100010100001010000100000111010010100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123558; }

 p { color: rgb(18,53,88); }

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

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

 a { background-color: rgb(18,53,88); }

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

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

 span { border-color: rgb(18,53,88); }

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