#12375B

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

Shades of Regal Blue #12375B

Tints of Regal Blue #12375B

Color information

#12375B (or 0x12375B) is unknown color: approx Regal Blue. HEX triplet: 12, 37 and 5B. RGB value is (18,55,91). Sum of RGB (Red+Green+Blue) = 18+55+91=164 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.98% from 164); Green value is 55 (21.88% from 255 or 33.54% from 164); Blue value is 91 (35.94% from 255 or 55.49% from 164); Max value from RGB is 91 - color contains mainly: blue. Hex color #12375B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12375B is #EDC8A4. Grayscale: #2F2F2F. Windows color (decimal): -15583397 or 5977874. OLE color: 5977874.

HSL color Cylindrical-coordinate representation of color #12375B: hue angle of 209.59º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #12375B is Cyan = 0.80, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB185591-
CMYK0.800.4000.64
HSL209.59º66.97%21.37%-
HSV(B)209.59º80.22%35.69%-
XYZ3.53.6210.41-
YUV48.04152.24106.57-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.98%
GREEN value IS 55 (21.88% from 255) = 33.54%
BLUE value IS 91 (35.94% from 255) = 55.49%
R=10.98%
G=33.54%
B=55.49%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1855910.800.4000.64209.5966.9721.37
Hex12375B5028040d24315
Octal226713312050010032210325
Binary10010110111101101110100001010000100000011010010100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12375B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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