#12395E

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

Shades of Regal Blue #12395E

Tints of Regal Blue #12395E

Color information

#12395E (or 0x12395E) is unknown color: approx Regal Blue. HEX triplet: 12, 39 and 5E. RGB value is (18,57,94). Sum of RGB (Red+Green+Blue) = 18+57+94=169 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.65% from 169); Green value is 57 (22.66% from 255 or 33.73% from 169); Blue value is 94 (37.11% from 255 or 55.62% from 169); Max value from RGB is 94 - color contains mainly: blue. Hex color #12395E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12395E is #EDC6A1. Grayscale: #313131. Windows color (decimal): -15582882 or 6174994. OLE color: 6174994.

HSL color Cylindrical-coordinate representation of color #12395E: hue angle of 209.21º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #12395E is Cyan = 0.81, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB185794-
CMYK0.810.3900.63
HSL209.21º67.86%21.96%-
HSV(B)209.21º80.85%36.86%-
XYZ3.733.8611.14-
YUV49.56153.08105.49-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.65%
GREEN value IS 57 (22.66% from 255) = 33.73%
BLUE value IS 94 (37.11% from 255) = 55.62%
R=10.65%
G=33.73%
B=55.62%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1857940.810.3900.63209.2167.8621.96
Hex12395E512703Fd14416
Octal22711361214707732110426
Binary1001011100110111101010001100111011111111010001100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12395E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12395E; }

 p { color: rgb(18,57,94); }

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

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

 a { background-color: rgb(18,57,94); }

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

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

 span { border-color: rgb(18,57,94); }

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