#12385E

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

Shades of Regal Blue #12385E

Tints of Regal Blue #12385E

Color information

#12385E (or 0x12385E) is unknown color: approx Regal Blue. HEX triplet: 12, 38 and 5E. RGB value is (18,56,94). Sum of RGB (Red+Green+Blue) = 18+56+94=168 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.71% from 168); Green value is 56 (22.27% from 255 or 33.33% from 168); Blue value is 94 (37.11% from 255 or 55.95% from 168); Max value from RGB is 94 - color contains mainly: blue. Hex color #12385E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12385E is #EDC7A1. Grayscale: #303030. Windows color (decimal): -15583138 or 6174738. OLE color: 6174738.

HSL color Cylindrical-coordinate representation of color #12385E: hue angle of 210º 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 #12385E is Cyan = 0.81, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB185694-
CMYK0.810.4000.63
HSL210º67.86%21.96%-
HSV(B)210º80.85%36.86%-
XYZ3.683.7711.12-
YUV48.97153.41105.91-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.71%
GREEN value IS 56 (22.27% from 255) = 33.33%
BLUE value IS 94 (37.11% from 255) = 55.95%
R=10.71%
G=33.33%
B=55.95%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1856940.810.4000.6321067.8621.96
Hex12385E512803Fd24416
Octal22701361215007732210426
Binary1001011100010111101010001101000011111111010010100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12385E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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