#12355A

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

Shades of Regal Blue #12355A

Tints of Regal Blue #12355A

Color information

#12355A (or 0x12355A) is unknown color: approx Regal Blue. HEX triplet: 12, 35 and 5A. RGB value is (18,53,90). Sum of RGB (Red+Green+Blue) = 18+53+90=161 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.18% from 161); Green value is 53 (21.09% from 255 or 32.92% from 161); Blue value is 90 (35.55% from 255 or 55.90% from 161); Max value from RGB is 90 - color contains mainly: blue. Hex color #12355A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12355A is #EDCAA5. Grayscale: #2E2E2E. Windows color (decimal): -15583910 or 5911826. OLE color: 5911826.

HSL color Cylindrical-coordinate representation of color #12355A: hue angle of 210.83º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #12355A is Cyan = 0.80, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB185390-
CMYK0.800.4100.65
HSL210.83º66.67%21.18%-
HSV(B)210.83º80%35.29%-
XYZ3.373.4110.15-
YUV46.75152.4107.49-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.18%
GREEN value IS 53 (21.09% from 255) = 32.92%
BLUE value IS 90 (35.55% from 255) = 55.90%
R=11.18%
G=32.92%
B=55.90%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1853900.800.4100.65210.8366.6721.18
Hex12355A5029041d34315
Octal226513212051010132310325
Binary10010110101101101010100001010010100000111010011100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12355A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12355A; }

 p { color: rgb(18,53,90); }

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

<style>
 a { background-color: #12355A; }

 a { background-color: rgb(18,53,90); }

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

<style>
 span { border-color: #12355A; }

 span { border-color: rgb(18,53,90); }

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