#124065

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

Shades of Regal Blue #124065

Tints of Regal Blue #124065

Color information

#124065 (or 0x124065) is unknown color: approx Regal Blue. HEX triplet: 12, 40 and 65. RGB value is (18,64,101). Sum of RGB (Red+Green+Blue) = 18+64+101=183 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.84% from 183); Green value is 64 (25.39% from 255 or 34.97% from 183); Blue value is 101 (39.84% from 255 or 55.19% from 183); Max value from RGB is 101 - color contains mainly: blue. Hex color #124065 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124065 is #EDBF9A. Grayscale: #363636. Windows color (decimal): -15581083 or 6635538. OLE color: 6635538.

HSL color Cylindrical-coordinate representation of color #124065: hue angle of 206.75º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #124065 is Cyan = 0.82, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB1864101-
CMYK0.820.3700.60
HSL206.75º69.75%23.33%-
HSV(B)206.75º82.18%39.61%-
XYZ4.434.7312.99-
YUV54.46154.26101.99-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.84%
GREEN value IS 64 (25.39% from 255) = 34.97%
BLUE value IS 101 (39.84% from 255) = 55.19%
R=9.84%
G=34.97%
B=55.19%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal18641010.820.3700.60206.7569.7523.33
Hex124065522503Ccf4617
Octal221001451224507431710627
Binary10010100000011001011010010100101011110011001111100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124065; }

 p { color: rgb(18,64,101); }

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

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

 a { background-color: rgb(18,64,101); }

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

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

 span { border-color: rgb(18,64,101); }

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