#123D62

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

Shades of Regal Blue #123D62

Tints of Regal Blue #123D62

Color information

#123D62 (or 0x123D62) is unknown color: approx Regal Blue. HEX triplet: 12, 3D and 62. RGB value is (18,61,98). Sum of RGB (Red+Green+Blue) = 18+61+98=177 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.17% from 177); Green value is 61 (24.22% from 255 or 34.46% from 177); Blue value is 98 (38.67% from 255 or 55.37% from 177); Max value from RGB is 98 - color contains mainly: blue. Hex color #123D62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123D62 is #EDC29D. Grayscale: #343434. Windows color (decimal): -15581854 or 6438162. OLE color: 6438162.

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

Color convert

RGB186198-
CMYK0.820.3800.62
HSL207.75º68.97%22.75%-
HSV(B)207.75º81.63%38.43%-
XYZ4.124.3512.18-
YUV52.36153.75103.49-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.17%
GREEN value IS 61 (24.22% from 255) = 34.46%
BLUE value IS 98 (38.67% from 255) = 55.37%
R=10.17%
G=34.46%
B=55.37%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1861980.820.3800.62207.7568.9722.75
Hex123D62522603Ed04517
Octal22751421224607632010527
Binary1001011110111000101010010100110011111011010000100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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