#124369

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

Shades of Regal Blue #124369

Tints of Regal Blue #124369

Color information

#124369 (or 0x124369) is unknown color: approx Regal Blue. HEX triplet: 12, 43 and 69. RGB value is (18,67,105). Sum of RGB (Red+Green+Blue) = 18+67+105=190 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.47% from 190); Green value is 67 (26.56% from 255 or 35.26% from 190); Blue value is 105 (41.41% from 255 or 55.26% from 190); Max value from RGB is 105 - color contains mainly: blue. Hex color #124369 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124369 is #EDBC96. Grayscale: #383838. Windows color (decimal): -15580311 or 6898450. OLE color: 6898450.

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

Color convert

RGB1867105-
CMYK0.830.3600.59
HSL206.21º70.73%24.12%-
HSV(B)206.21º82.86%41.18%-
XYZ4.815.1614.11-
YUV56.68155.27100.41-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.47%
GREEN value IS 67 (26.56% from 255) = 35.26%
BLUE value IS 105 (41.41% from 255) = 55.26%
R=9.47%
G=35.26%
B=55.26%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal18671050.830.3600.59206.2170.7324.12
Hex124369532403Bce4718
Octal221031511234407331610730
Binary10010100001111010011010011100100011101111001110100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124369; }

 p { color: rgb(18,67,105); }

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

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

 a { background-color: rgb(18,67,105); }

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

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

 span { border-color: rgb(18,67,105); }

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