#12365F

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

Shades of Regal Blue #12365F

Tints of Regal Blue #12365F

Color information

#12365F (or 0x12365F) is unknown color: approx Regal Blue. HEX triplet: 12, 36 and 5F. RGB value is (18,54,95). Sum of RGB (Red+Green+Blue) = 18+54+95=167 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.78% from 167); Green value is 54 (21.48% from 255 or 32.34% from 167); Blue value is 95 (37.5% from 255 or 56.89% from 167); Max value from RGB is 95 - color contains mainly: blue. Hex color #12365F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12365F is #EDC9A0. Grayscale: #2F2F2F. Windows color (decimal): -15583649 or 6239762. OLE color: 6239762.

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

Color convert

RGB185495-
CMYK0.810.4300.63
HSL211.95º68.14%22.16%-
HSV(B)211.95º81.05%37.25%-
XYZ3.633.5911.33-
YUV47.91154.57106.67-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.78%
GREEN value IS 54 (21.48% from 255) = 32.34%
BLUE value IS 95 (37.5% from 255) = 56.89%
R=10.78%
G=32.34%
B=56.89%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1854950.810.4300.63211.9568.1422.16
Hex12365F512B03Fd44416
Octal22661371215307732410426
Binary1001011011010111111010001101011011111111010100100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12365F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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