#123A5F

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

Shades of Regal Blue #123A5F

Tints of Regal Blue #123A5F

Color information

#123A5F (or 0x123A5F) is unknown color: approx Regal Blue. HEX triplet: 12, 3A and 5F. RGB value is (18,58,95). Sum of RGB (Red+Green+Blue) = 18+58+95=171 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.53% from 171); Green value is 58 (23.05% from 255 or 33.92% from 171); Blue value is 95 (37.5% from 255 or 55.56% from 171); Max value from RGB is 95 - color contains mainly: blue. Hex color #123A5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123A5F is #EDC5A0. Grayscale: #323232. Windows color (decimal): -15582625 or 6240786. OLE color: 6240786.

HSL color Cylindrical-coordinate representation of color #123A5F: hue angle of 208.83º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #123A5F is Cyan = 0.81, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB185895-
CMYK0.810.3900.63
HSL208.83º68.14%22.16%-
HSV(B)208.83º81.05%37.25%-
XYZ3.833.9811.39-
YUV50.26153.25104.99-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.53%
GREEN value IS 58 (23.05% from 255) = 33.92%
BLUE value IS 95 (37.5% from 255) = 55.56%
R=10.53%
G=33.92%
B=55.56%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1858950.810.3900.63208.8368.1422.16
Hex123A5F512703Fd14416
Octal22721371214707732110426
Binary1001011101010111111010001100111011111111010001100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123A5F; }

 p { color: rgb(18,58,95); }

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

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

 a { background-color: rgb(18,58,95); }

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

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

 span { border-color: rgb(18,58,95); }

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