#124268

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

Shades of Regal Blue #124268

Tints of Regal Blue #124268

Color information

#124268 (or 0x124268) is unknown color: approx Regal Blue. HEX triplet: 12, 42 and 68. RGB value is (18,66,104). Sum of RGB (Red+Green+Blue) = 18+66+104=188 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.57% from 188); Green value is 66 (26.17% from 255 or 35.11% from 188); Blue value is 104 (41.02% from 255 or 55.32% from 188); Max value from RGB is 104 - color contains mainly: blue. Hex color #124268 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124268 is #EDBD97. Grayscale: #373737. Windows color (decimal): -15580568 or 6832658. OLE color: 6832658.

HSL color Cylindrical-coordinate representation of color #124268: hue angle of 206.51º 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 #124268 is Cyan = 0.83, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1866104-
CMYK0.830.3700.59
HSL206.51º70.49%23.92%-
HSV(B)206.51º82.69%40.78%-
XYZ4.75.0213.82-
YUV55.98155.1100.91-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.57%
GREEN value IS 66 (26.17% from 255) = 35.11%
BLUE value IS 104 (41.02% from 255) = 55.32%
R=9.57%
G=35.11%
B=55.32%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal18661040.830.3700.59206.5170.4923.92
Hex124268532503Bcf4618
Octal221021501234507331710630
Binary10010100001011010001010011100101011101111001111100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124268; }

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

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

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

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

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

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

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

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