#123758

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

Shades of Regal Blue #123758

Tints of Regal Blue #123758

Color information

#123758 (or 0x123758) is unknown color: approx Regal Blue. HEX triplet: 12, 37 and 58. RGB value is (18,55,88). Sum of RGB (Red+Green+Blue) = 18+55+88=161 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.18% from 161); Green value is 55 (21.88% from 255 or 34.16% from 161); Blue value is 88 (34.77% from 255 or 54.66% from 161); Max value from RGB is 88 - color contains mainly: blue. Hex color #123758 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123758 is #EDC8A7. Grayscale: #2F2F2F. Windows color (decimal): -15583400 or 5781266. OLE color: 5781266.

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

Color convert

RGB185588-
CMYK0.800.3800.65
HSL208.29º66.04%20.78%-
HSV(B)208.29º79.55%34.51%-
XYZ3.383.579.74-
YUV47.7150.74106.82-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.18%
GREEN value IS 55 (21.88% from 255) = 34.16%
BLUE value IS 88 (34.77% from 255) = 54.66%
R=11.18%
G=34.16%
B=54.66%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1855880.800.3800.65208.2966.0420.78
Hex1237585026041d04215
Octal226713012046010132010225
Binary10010110111101100010100001001100100000111010000100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123758; }

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

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

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

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

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

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

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

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