#123258

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

Shades of Regal Blue #123258

Tints of Regal Blue #123258

Color information

#123258 (or 0x123258) is unknown color: approx Regal Blue. HEX triplet: 12, 32 and 58. RGB value is (18,50,88). Sum of RGB (Red+Green+Blue) = 18+50+88=156 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.54% from 156); Green value is 50 (19.92% from 255 or 32.05% from 156); Blue value is 88 (34.77% from 255 or 56.41% from 156); Max value from RGB is 88 - color contains mainly: blue. Hex color #123258 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123258 is #EDCDA7. Grayscale: #2C2C2C. Windows color (decimal): -15584680 or 5779986. OLE color: 5779986.

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

Color convert

RGB185088-
CMYK0.800.4300.65
HSL212.57º66.04%20.78%-
HSV(B)212.57º79.55%34.51%-
XYZ3.153.119.67-
YUV44.76152.4108.91-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.54%
GREEN value IS 50 (19.92% from 255) = 32.05%
BLUE value IS 88 (34.77% from 255) = 56.41%
R=11.54%
G=32.05%
B=56.41%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1850880.800.4300.65212.5766.0420.78
Hex123258502B041d54215
Octal226213012053010132510225
Binary10010110010101100010100001010110100000111010101100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123258; }

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

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

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

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

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

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

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

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