#123358

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

Shades of Regal Blue #123358

Tints of Regal Blue #123358

Color information

#123358 (or 0x123358) is unknown color: approx Regal Blue. HEX triplet: 12, 33 and 58. RGB value is (18,51,88). Sum of RGB (Red+Green+Blue) = 18+51+88=157 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.46% from 157); Green value is 51 (20.31% from 255 or 32.48% from 157); Blue value is 88 (34.77% from 255 or 56.05% from 157); Max value from RGB is 88 - color contains mainly: blue. Hex color #123358 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123358 is #EDCCA7. Grayscale: #2D2D2D. Windows color (decimal): -15584424 or 5780242. OLE color: 5780242.

HSL color Cylindrical-coordinate representation of color #123358: hue angle of 211.71º 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 #123358 is Cyan = 0.80, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB185188-
CMYK0.800.4200.65
HSL211.71º66.04%20.78%-
HSV(B)211.71º79.55%34.51%-
XYZ3.193.29.68-
YUV45.35152.07108.49-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.46%
GREEN value IS 51 (20.31% from 255) = 32.48%
BLUE value IS 88 (34.77% from 255) = 56.05%
R=11.46%
G=32.48%
B=56.05%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1851880.800.4200.65211.7166.0420.78
Hex123358502A041d44215
Octal226313012052010132410225
Binary10010110011101100010100001010100100000111010100100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123358; }

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

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

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

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

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

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

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

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