#12335A

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

Shades of Regal Blue #12335A

Tints of Regal Blue #12335A

Color information

#12335A (or 0x12335A) is unknown color: approx Regal Blue. HEX triplet: 12, 33 and 5A. RGB value is (18,51,90). Sum of RGB (Red+Green+Blue) = 18+51+90=159 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.32% from 159); Green value is 51 (20.31% from 255 or 32.08% from 159); Blue value is 90 (35.55% from 255 or 56.60% from 159); Max value from RGB is 90 - color contains mainly: blue. Hex color #12335A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12335A is #EDCCA5. Grayscale: #2D2D2D. Windows color (decimal): -15584422 or 5911314. OLE color: 5911314.

HSL color Cylindrical-coordinate representation of color #12335A: hue angle of 212.5º 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 #12335A is Cyan = 0.80, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB185190-
CMYK0.800.4300.65
HSL212.5º66.67%21.18%-
HSV(B)212.5º80%35.29%-
XYZ3.283.2310.12-
YUV45.58153.07108.33-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.32%
GREEN value IS 51 (20.31% from 255) = 32.08%
BLUE value IS 90 (35.55% from 255) = 56.60%
R=11.32%
G=32.08%
B=56.60%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1851900.800.4300.65212.566.6721.18
Hex12335A502B041d44315
Octal226313212053010132410325
Binary10010110011101101010100001010110100000111010100100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12335A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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