#12395D

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

Shades of Regal Blue #12395D

Tints of Regal Blue #12395D

Color information

#12395D (or 0x12395D) is unknown color: approx Regal Blue. HEX triplet: 12, 39 and 5D. RGB value is (18,57,93). Sum of RGB (Red+Green+Blue) = 18+57+93=168 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.71% from 168); Green value is 57 (22.66% from 255 or 33.93% from 168); Blue value is 93 (36.72% from 255 or 55.36% from 168); Max value from RGB is 93 - color contains mainly: blue. Hex color #12395D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12395D is #EDC6A2. Grayscale: #313131. Windows color (decimal): -15582883 or 6109458. OLE color: 6109458.

HSL color Cylindrical-coordinate representation of color #12395D: hue angle of 208.8º 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 #12395D is Cyan = 0.81, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB185793-
CMYK0.810.3900.64
HSL208.8º67.57%21.76%-
HSV(B)208.8º80.65%36.47%-
XYZ3.693.8510.9-
YUV49.44152.58105.57-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.71%
GREEN value IS 57 (22.66% from 255) = 33.93%
BLUE value IS 93 (36.72% from 255) = 55.36%
R=10.71%
G=33.93%
B=55.36%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1857930.810.3900.64208.867.5721.76
Hex12395D5127040d14416
Octal227113512147010032110426
Binary10010111001101110110100011001110100000011010001100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12395D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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