#12395F

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

Shades of Regal Blue #12395F

Tints of Regal Blue #12395F

Color information

#12395F (or 0x12395F) is unknown color: approx Regal Blue. HEX triplet: 12, 39 and 5F. RGB value is (18,57,95). Sum of RGB (Red+Green+Blue) = 18+57+95=170 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.59% from 170); Green value is 57 (22.66% from 255 or 33.53% from 170); Blue value is 95 (37.5% from 255 or 55.88% from 170); Max value from RGB is 95 - color contains mainly: blue. Hex color #12395F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12395F is #EDC6A0. Grayscale: #313131. Windows color (decimal): -15582881 or 6240530. OLE color: 6240530.

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

Color convert

RGB185795-
CMYK0.810.4000.63
HSL209.61º68.14%22.16%-
HSV(B)209.61º81.05%37.25%-
XYZ3.783.8811.38-
YUV49.67153.58105.41-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.59%
GREEN value IS 57 (22.66% from 255) = 33.53%
BLUE value IS 95 (37.5% from 255) = 55.88%
R=10.59%
G=33.53%
B=55.88%

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
Decimal1857950.810.4000.63209.6168.1422.16
Hex12395F512803Fd24416
Octal22711371215007732210426
Binary1001011100110111111010001101000011111111010010100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12395F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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