#12375E

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

Shades of Regal Blue #12375E

Tints of Regal Blue #12375E

Color information

#12375E (or 0x12375E) is unknown color: approx Regal Blue. HEX triplet: 12, 37 and 5E. RGB value is (18,55,94). Sum of RGB (Red+Green+Blue) = 18+55+94=167 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.78% from 167); Green value is 55 (21.88% from 255 or 32.93% from 167); Blue value is 94 (37.11% from 255 or 56.29% from 167); Max value from RGB is 94 - color contains mainly: blue. Hex color #12375E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12375E is #EDC8A1. Grayscale: #303030. Windows color (decimal): -15583394 or 6174482. OLE color: 6174482.

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

Color convert

RGB185594-
CMYK0.810.4100.63
HSL210.79º67.86%21.96%-
HSV(B)210.79º80.85%36.86%-
XYZ3.643.6711.11-
YUV48.38153.74106.33-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.78%
GREEN value IS 55 (21.88% from 255) = 32.93%
BLUE value IS 94 (37.11% from 255) = 56.29%
R=10.78%
G=32.93%
B=56.29%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1855940.810.4100.63210.7967.8621.96
Hex12375E512903Fd34416
Octal22671361215107732310426
Binary1001011011110111101010001101001011111111010011100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12375E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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