#123F68

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

Shades of Regal Blue #123F68

Tints of Regal Blue #123F68

Color information

#123F68 (or 0x123F68) is unknown color: approx Regal Blue. HEX triplet: 12, 3F and 68. RGB value is (18,63,104). Sum of RGB (Red+Green+Blue) = 18+63+104=185 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.73% from 185); Green value is 63 (25% from 255 or 34.05% from 185); Blue value is 104 (41.02% from 255 or 56.22% from 185); Max value from RGB is 104 - color contains mainly: blue. Hex color #123F68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123F68 is #EDC097. Grayscale: #363636. Windows color (decimal): -15581336 or 6831890. OLE color: 6831890.

HSL color Cylindrical-coordinate representation of color #123F68: hue angle of 208.6º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #123F68 is Cyan = 0.83, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1863104-
CMYK0.830.3900.59
HSL208.6º70.49%23.92%-
HSV(B)208.6º82.69%40.78%-
XYZ4.534.6813.76-
YUV54.22156.09102.17-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.73%
GREEN value IS 63 (25% from 255) = 34.05%
BLUE value IS 104 (41.02% from 255) = 56.22%
R=9.73%
G=34.05%
B=56.22%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal18631040.830.3900.59208.670.4923.92
Hex123F68532703Bd14618
Octal22771501234707332110630
Binary1001011111111010001010011100111011101111010001100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,63,104); }

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

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

 a { background-color: rgb(18,63,104); }

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

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

 span { border-color: rgb(18,63,104); }

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