#123C62

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

Shades of Regal Blue #123C62

Tints of Regal Blue #123C62

Color information

#123C62 (or 0x123C62) is unknown color: approx Regal Blue. HEX triplet: 12, 3C and 62. RGB value is (18,60,98). Sum of RGB (Red+Green+Blue) = 18+60+98=176 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.23% from 176); Green value is 60 (23.83% from 255 or 34.09% from 176); Blue value is 98 (38.67% from 255 or 55.68% from 176); Max value from RGB is 98 - color contains mainly: blue. Hex color #123C62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123C62 is #EDC39D. Grayscale: #333333. Windows color (decimal): -15582110 or 6437906. OLE color: 6437906.

HSL color Cylindrical-coordinate representation of color #123C62: hue angle of 208.5º 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 #123C62 is Cyan = 0.82, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB186098-
CMYK0.820.3900.62
HSL208.5º68.97%22.75%-
HSV(B)208.5º81.63%38.43%-
XYZ4.074.2412.16-
YUV51.77154.09103.91-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.23%
GREEN value IS 60 (23.83% from 255) = 34.09%
BLUE value IS 98 (38.67% from 255) = 55.68%
R=10.23%
G=34.09%
B=55.68%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1860980.820.3900.62208.568.9722.75
Hex123C62522703Ed04517
Octal22741421224707632010527
Binary1001011110011000101010010100111011111011010000100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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