#123A62

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

Shades of Regal Blue #123A62

Tints of Regal Blue #123A62

Color information

#123A62 (or 0x123A62) is unknown color: approx Regal Blue. HEX triplet: 12, 3A and 62. RGB value is (18,58,98). Sum of RGB (Red+Green+Blue) = 18+58+98=174 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.34% from 174); Green value is 58 (23.05% from 255 or 33.33% from 174); Blue value is 98 (38.67% from 255 or 56.32% from 174); Max value from RGB is 98 - color contains mainly: blue. Hex color #123A62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123A62 is #EDC59D. Grayscale: #323232. Windows color (decimal): -15582622 or 6437394. OLE color: 6437394.

HSL color Cylindrical-coordinate representation of color #123A62: hue angle of 210º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #123A62 is Cyan = 0.82, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB185898-
CMYK0.820.4100.62
HSL210º68.97%22.75%-
HSV(B)210º81.63%38.43%-
XYZ3.974.0412.13-
YUV50.6154.75104.75-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.34%
GREEN value IS 58 (23.05% from 255) = 33.33%
BLUE value IS 98 (38.67% from 255) = 56.32%
R=10.34%
G=33.33%
B=56.32%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1858980.820.4100.6221068.9722.75
Hex123A62522903Ed24517
Octal22721421225107632210527
Binary1001011101011000101010010101001011111011010010100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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