#12365D

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

Shades of Regal Blue #12365D

Tints of Regal Blue #12365D

Color information

#12365D (or 0x12365D) is unknown color: approx Regal Blue. HEX triplet: 12, 36 and 5D. RGB value is (18,54,93). Sum of RGB (Red+Green+Blue) = 18+54+93=165 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.91% from 165); Green value is 54 (21.48% from 255 or 32.73% from 165); Blue value is 93 (36.72% from 255 or 56.36% from 165); Max value from RGB is 93 - color contains mainly: blue. Hex color #12365D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12365D is #EDC9A2. Grayscale: #2F2F2F. Windows color (decimal): -15583651 or 6108690. OLE color: 6108690.

HSL color Cylindrical-coordinate representation of color #12365D: hue angle of 211.2º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #12365D is Cyan = 0.81, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB185493-
CMYK0.810.4200.64
HSL211.2º67.57%21.76%-
HSV(B)211.2º80.65%36.47%-
XYZ3.543.5610.86-
YUV47.68153.57106.83-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.91%
GREEN value IS 54 (21.48% from 255) = 32.73%
BLUE value IS 93 (36.72% from 255) = 56.36%
R=10.91%
G=32.73%
B=56.36%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1854930.810.4200.64211.267.5721.76
Hex12365D512A040d34416
Octal226613512152010032310426
Binary10010110110101110110100011010100100000011010011100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12365D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12365D; }

 p { color: rgb(18,54,93); }

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

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

 a { background-color: rgb(18,54,93); }

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

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

 span { border-color: rgb(18,54,93); }

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