#123958

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

Shades of Regal Blue #123958

Tints of Regal Blue #123958

Color information

#123958 (or 0x123958) is unknown color: approx Regal Blue. HEX triplet: 12, 39 and 58. RGB value is (18,57,88). Sum of RGB (Red+Green+Blue) = 18+57+88=163 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.04% from 163); Green value is 57 (22.66% from 255 or 34.97% from 163); Blue value is 88 (34.77% from 255 or 53.99% from 163); Max value from RGB is 88 - color contains mainly: blue. Hex color #123958 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123958 is #EDC6A7. Grayscale: #303030. Windows color (decimal): -15582888 or 5781778. OLE color: 5781778.

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

Color convert

RGB185788-
CMYK0.800.3500.65
HSL206.57º66.04%20.78%-
HSV(B)206.57º79.55%34.51%-
XYZ3.473.769.78-
YUV48.87150.08105.98-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.04%
GREEN value IS 57 (22.66% from 255) = 34.97%
BLUE value IS 88 (34.77% from 255) = 53.99%
R=11.04%
G=34.97%
B=53.99%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1857880.800.3500.65206.5766.0420.78
Hex1239585023041cf4215
Octal227113012043010131710225
Binary10010111001101100010100001000110100000111001111100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123958; }

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

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

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

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

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

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

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

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