#12375D

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

Shades of Regal Blue #12375D

Tints of Regal Blue #12375D

Color information

#12375D (or 0x12375D) is unknown color: approx Regal Blue. HEX triplet: 12, 37 and 5D. RGB value is (18,55,93). Sum of RGB (Red+Green+Blue) = 18+55+93=166 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.84% from 166); Green value is 55 (21.88% from 255 or 33.13% from 166); Blue value is 93 (36.72% from 255 or 56.02% from 166); Max value from RGB is 93 - color contains mainly: blue. Hex color #12375D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12375D is #EDC8A2. Grayscale: #303030. Windows color (decimal): -15583395 or 6108946. OLE color: 6108946.

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

Color convert

RGB185593-
CMYK0.810.4100.64
HSL210.4º67.57%21.76%-
HSV(B)210.4º80.65%36.47%-
XYZ3.593.6510.87-
YUV48.27153.24106.41-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.84%
GREEN value IS 55 (21.88% from 255) = 33.13%
BLUE value IS 93 (36.72% from 255) = 56.02%
R=10.84%
G=33.13%
B=56.02%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1855930.810.4100.64210.467.5721.76
Hex12375D5129040d24416
Octal226713512151010032210426
Binary10010110111101110110100011010010100000011010010100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12375D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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